2023-12-25T20:48:26.356 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-25T20:48:26.356 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_yuriw@teuthology --name yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972 --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} -- /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972/orig.config.yaml 2023-12-25T20:48:26.393 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T20:48:26.473 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972 branch: wip-yuri5-testing-2023-12-15-0747-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7500972' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri5-testing-2023-12-15-0747-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: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-15-0747-pacific sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2834 sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-15-0747-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 targets: smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNaw4ROcnwWxEYx4Xj/y5EOr9akPSOYc0VGoavwc1WQ5xv0MdOOBUIQrsbHmgEo+3lTz5cKfMEOYkTvfusUdza0= smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIt0VQFl0GD4JTOPbVILCUNIuNXckvZGkz6DBOR/jt4eWWF7fWOqEG3SYaFepJS3JVW9/Q+TWgLluIp4lJD3l9E= 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: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-25_17:28:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-25T20:48:26.473 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa; will attempt to use it 2023-12-25T20:48:26.474 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks 2023-12-25T20:48:26.474 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-25T20:48:26.476 INFO:teuthology.task.internal:Checking packages... 2023-12-25T20:48:26.499 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2' 2023-12-25T20:48:26.499 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-25T20:48:26.499 INFO:teuthology.packaging:ref: None 2023-12-25T20:48:26.499 INFO:teuthology.packaging:tag: None 2023-12-25T20:48:26.499 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T20:48:26.499 INFO:teuthology.packaging:sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T20:48:26.499 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T20:48:26.718 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-385.gb14a0a10 2023-12-25T20:48:26.720 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-25T20:48:26.726 INFO:teuthology.task.internal:no buildpackages task found 2023-12-25T20:48:26.726 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-25T20:48:26.732 INFO:teuthology.task.internal:Saving configuration 2023-12-25T20:48:26.746 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-25T20:48:26.752 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T20:48:26.777 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 20:43:14.781158', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNaw4ROcnwWxEYx4Xj/y5EOr9akPSOYc0VGoavwc1WQ5xv0MdOOBUIQrsbHmgEo+3lTz5cKfMEOYkTvfusUdza0='} 2023-12-25T20:48:26.799 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 20:43:14.779558', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIt0VQFl0GD4JTOPbVILCUNIuNXckvZGkz6DBOR/jt4eWWF7fWOqEG3SYaFepJS3JVW9/Q+TWgLluIp4lJD3l9E='} 2023-12-25T20:48:26.799 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-25T20:48:26.805 INFO:teuthology.task.internal:roles: ubuntu@smithi078.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-25T20:48:26.805 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-25T20:48:26.805 INFO:teuthology.run_tasks:Running task console_log... 2023-12-25T20:48:26.907 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc4ff751e50>, signals=[15]) 2023-12-25T20:48:26.908 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-25T20:48:26.916 INFO:teuthology.task.internal:Opening connections... 2023-12-25T20:48:26.916 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2023-12-25T20:48:26.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:48:26.987 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2023-12-25T20:48:26.988 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:48:27.056 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-25T20:48:27.063 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2023-12-25T20:48:27.085 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2023-12-25T20:48:27.085 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2023-12-25T20:48:27.146 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="Red Hat Enterprise Linux" 2023-12-25T20:48:27.146 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="8.6 (Ootpa)" 2023-12-25T20:48:27.146 INFO:teuthology.orchestra.run.smithi078.stdout:ID="rhel" 2023-12-25T20:48:27.146 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE="fedora" 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="8.6" 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout:PLATFORM_ID="platform:el8" 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout:ANSI_COLOR="0;31" 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://www.redhat.com/" 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-25T20:48:27.147 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-25T20:48:27.148 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-25T20:48:27.148 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2023-12-25T20:48:27.170 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2023-12-25T20:48:27.192 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2023-12-25T20:48:27.192 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2023-12-25T20:48:27.252 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="Red Hat Enterprise Linux" 2023-12-25T20:48:27.252 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="8.6 (Ootpa)" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:ID="rhel" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE="fedora" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="8.6" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:PLATFORM_ID="platform:el8" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:ANSI_COLOR="0;31" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://www.redhat.com/" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-25T20:48:27.253 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-25T20:48:27.254 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-25T20:48:27.254 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2023-12-25T20:48:27.278 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-25T20:48:27.288 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-25T20:48:27.294 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-25T20:48:27.295 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2023-12-25T20:48:27.297 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2023-12-25T20:48:27.315 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-25T20:48:27.321 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-25T20:48:27.321 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2023-12-25T20:48:27.357 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2023-12-25T20:48:27.377 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-25T20:48:27.431 INFO:teuthology.run_tasks:Running task kernel... 2023-12-25T20:48:27.448 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-25T20:48:27.448 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-25T20:48:27.448 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T20:48:27.449 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T20:48:27.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:48:27.467 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-12-25T20:48:27.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:48:27.468 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2023-12-25T20:48:27.526 INFO:teuthology.orchestra.run.smithi194.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:48:27.526 INFO:teuthology.task.kernel:Running kernel on smithi194: 4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:48:27.526 DEBUG:teuthology.orchestra.run.smithi194:> sudo yum install -y kernel 2023-12-25T20:48:27.528 INFO:teuthology.orchestra.run.smithi078.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:48:27.528 INFO:teuthology.task.kernel:Running kernel on smithi078: 4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:48:27.528 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum install -y kernel 2023-12-25T20:48:29.042 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-25T20:48:29.042 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-12-25T20:48:29.043 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-12-25T20:48:29.043 INFO:teuthology.orchestra.run.smithi194.stdout:Unable to read consumer identity 2023-12-25T20:48:29.330 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:48:29.330 INFO:teuthology.orchestra.run.smithi078.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:48:29.330 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:48:29.361 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:48:29.361 INFO:teuthology.orchestra.run.smithi194.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:48:29.361 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:48:31.055 INFO:teuthology.orchestra.run.smithi194.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-25T20:48:31.072 INFO:teuthology.orchestra.run.smithi078.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-25T20:48:32.632 INFO:teuthology.orchestra.run.smithi194.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-25T20:48:32.823 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-25T20:48:36.180 INFO:teuthology.orchestra.run.smithi194.stdout:lab-extras 378 kB/s | 24 kB 00:00 2023-12-25T20:48:36.348 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 498 kB/s | 24 kB 00:00 2023-12-25T20:48:36.933 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-25T20:48:36.933 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-25T20:48:37.010 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-12-25T20:48:37.011 INFO:teuthology.orchestra.run.smithi194.stdout:Nothing to do. 2023-12-25T20:48:37.011 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-12-25T20:48:37.084 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-25T20:48:37.084 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-25T20:48:37.139 DEBUG:teuthology.orchestra.run.smithi194:> echo no | sudo yum reinstall kernel || true 2023-12-25T20:48:37.172 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-25T20:48:37.173 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-12-25T20:48:37.173 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-25T20:48:37.303 DEBUG:teuthology.orchestra.run.smithi078:> echo no | sudo yum reinstall kernel || true 2023-12-25T20:48:37.476 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-12-25T20:48:37.476 INFO:teuthology.orchestra.run.smithi194.stdout:Unable to read consumer identity 2023-12-25T20:48:37.638 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-25T20:48:37.638 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-12-25T20:48:37.694 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:48:37.694 INFO:teuthology.orchestra.run.smithi194.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:48:37.694 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:48:37.878 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:48:37.878 INFO:teuthology.orchestra.run.smithi078.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:48:37.878 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:48:38.003 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:00:02 ago on Mon 25 Dec 2023 08:48:36 PM UTC. 2023-12-25T20:48:38.086 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-25T20:48:38.087 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-25T20:48:38.129 INFO:teuthology.orchestra.run.smithi194.stderr:Error: No packages marked for reinstall. 2023-12-25T20:48:38.178 DEBUG:teuthology.orchestra.run.smithi194:> sudo yum reinstall -y kernel || true 2023-12-25T20:48:38.184 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:02 ago on Mon 25 Dec 2023 08:48:36 PM UTC. 2023-12-25T20:48:38.265 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-25T20:48:38.271 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-25T20:48:38.318 INFO:teuthology.orchestra.run.smithi078.stderr:Error: No packages marked for reinstall. 2023-12-25T20:48:38.364 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum reinstall -y kernel || true 2023-12-25T20:48:38.514 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-12-25T20:48:38.514 INFO:teuthology.orchestra.run.smithi194.stdout:Unable to read consumer identity 2023-12-25T20:48:38.698 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-25T20:48:38.698 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-12-25T20:48:38.747 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:48:38.747 INFO:teuthology.orchestra.run.smithi194.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:48:38.747 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:48:38.937 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:48:38.937 INFO:teuthology.orchestra.run.smithi078.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:48:38.937 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:48:39.052 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:00:03 ago on Mon 25 Dec 2023 08:48:36 PM UTC. 2023-12-25T20:48:39.115 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-25T20:48:39.115 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-25T20:48:39.151 INFO:teuthology.orchestra.run.smithi194.stderr:Error: No packages marked for reinstall. 2023-12-25T20:48:39.198 DEBUG:teuthology.orchestra.run.smithi194:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T20:48:39.240 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:03 ago on Mon 25 Dec 2023 08:48:36 PM UTC. 2023-12-25T20:48:39.307 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-25T20:48:39.307 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-25T20:48:39.348 INFO:teuthology.orchestra.run.smithi078.stderr:Error: No packages marked for reinstall. 2023-12-25T20:48:39.352 INFO:teuthology.orchestra.run.smithi194.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:48:39.353 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:48:39.353 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-25T20:48:39.353 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-25T20:48:39.353 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T20:48:39.396 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2023-12-25T20:48:39.399 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T20:48:39.410 DEBUG:teuthology.parallel:result is None 2023-12-25T20:48:39.557 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:48:39.557 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:48:39.557 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-25T20:48:39.558 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-25T20:48:39.558 DEBUG:teuthology.orchestra.run.smithi078:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T20:48:39.587 INFO:teuthology.orchestra.run.smithi078.stdout:ttyS1 2023-12-25T20:48:39.600 DEBUG:teuthology.parallel:result is None 2023-12-25T20:48:39.600 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-25T20:48:39.608 INFO:teuthology.task.internal:Creating test directory... 2023-12-25T20:48:39.608 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T20:48:39.643 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T20:48:39.660 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-25T20:48:39.667 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-25T20:48:39.678 INFO:teuthology.task.internal:Creating archive directory... 2023-12-25T20:48:39.679 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T20:48:39.700 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T20:48:39.735 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-25T20:48:39.742 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-25T20:48:39.742 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T20:48:39.775 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T20:48:39.811 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:48:39.812 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:48:39.821 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:48:39.823 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:48:39.824 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-25T20:48:39.833 INFO:teuthology.task.internal:Configuring sudo... 2023-12-25T20:48:39.834 DEBUG:teuthology.orchestra.run.smithi078:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T20:48:39.867 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T20:48:39.894 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-25T20:48:39.903 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-25T20:48:39.903 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T20:48:39.935 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T20:48:39.951 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:48:40.032 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:48:40.089 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:48:40.173 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:48:40.214 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:48:40.215 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T20:48:40.281 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:48:40.325 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:48:40.372 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:48:40.455 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:48:40.498 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-25T20:48:40.498 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T20:48:40.565 DEBUG:teuthology.orchestra.run.smithi078:> sudo service rsyslog restart 2023-12-25T20:48:40.567 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2023-12-25T20:48:40.616 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:48:40.652 INFO:teuthology.orchestra.run.smithi194.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:48:41.091 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-25T20:48:41.099 INFO:teuthology.task.internal:Starting timer... 2023-12-25T20:48:41.099 INFO:teuthology.run_tasks:Running task pcp... 2023-12-25T20:48:41.119 INFO:teuthology.run_tasks:Running task selinux... 2023-12-25T20:48:41.128 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-25T20:48:41.128 DEBUG:teuthology.orchestra.run.smithi078:> sudo service auditd rotate 2023-12-25T20:48:41.184 INFO:teuthology.orchestra.run.smithi078.stdout:Rotating logs: 2023-12-25T20:48:41.186 DEBUG:teuthology.orchestra.run.smithi194:> sudo service auditd rotate 2023-12-25T20:48:41.237 INFO:teuthology.orchestra.run.smithi194.stdout:Rotating logs: 2023-12-25T20:48:41.239 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-25T20:48:41.239 DEBUG:teuthology.orchestra.run.smithi078:> /usr/sbin/getenforce 2023-12-25T20:48:41.263 INFO:teuthology.orchestra.run.smithi078.stdout:Permissive 2023-12-25T20:48:41.263 DEBUG:teuthology.orchestra.run.smithi194:> /usr/sbin/getenforce 2023-12-25T20:48:41.296 INFO:teuthology.orchestra.run.smithi194.stdout:Permissive 2023-12-25T20:48:41.296 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi078.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi194.front.sepia.ceph.com': 'permissive'} 2023-12-25T20:48:41.297 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T20:48:41.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:48:41.332 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T20:48:41.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:48:41.365 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-25T20:48:41.365 DEBUG:teuthology.orchestra.run.smithi078:> sudo /usr/sbin/setenforce permissive 2023-12-25T20:48:41.416 DEBUG:teuthology.orchestra.run.smithi194:> sudo /usr/sbin/setenforce permissive 2023-12-25T20:48:41.449 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-25T20:48:41.458 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-25T20:48:41.463 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2023-12-25T20:48:41.575 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-25T20:48:41.589 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-25T20:48:41.590 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi078.front.sepia.ceph.com,smithi194.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-25T20:55:09.750 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi078.front.sepia.ceph.com'), Remote(name='ubuntu@smithi194.front.sepia.ceph.com')] 2023-12-25T20:55:09.751 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-12-25T20:55:09.752 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:55:09.822 DEBUG:teuthology.orchestra.run.smithi078:> true 2023-12-25T20:55:09.887 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-12-25T20:55:09.887 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-25T20:55:09.888 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:55:09.958 DEBUG:teuthology.orchestra.run.smithi194:> true 2023-12-25T20:55:10.028 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-25T20:55:10.028 INFO:teuthology.run_tasks:Running task clock... 2023-12-25T20:55:10.040 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-25T20:55:10.040 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T20:55:10.040 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T20:55:10.043 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T20:55:10.043 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T20:55:10.071 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T20:55:10.086 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T20:55:10.103 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T20:55:10.118 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T20:55:10.153 INFO:teuthology.orchestra.run.smithi078.stderr:sudo: ntpd: command not found 2023-12-25T20:55:10.165 INFO:teuthology.orchestra.run.smithi078.stdout:506 Cannot talk to daemon 2023-12-25T20:55:10.178 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T20:55:10.191 INFO:teuthology.orchestra.run.smithi194.stderr:sudo: ntpd: command not found 2023-12-25T20:55:10.192 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T20:55:10.203 INFO:teuthology.orchestra.run.smithi194.stdout:506 Cannot talk to daemon 2023-12-25T20:55:10.217 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T20:55:10.231 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T20:55:10.270 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-12-25T20:55:10.273 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:55:10.273 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-12-25T20:55:10.274 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:55:10.274 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:55:10.274 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:55:10.274 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:55:10.308 INFO:teuthology.orchestra.run.smithi194.stderr:bash: ntpq: command not found 2023-12-25T20:55:10.312 INFO:teuthology.orchestra.run.smithi194.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:55:10.312 INFO:teuthology.orchestra.run.smithi194.stdout:=============================================================================== 2023-12-25T20:55:10.312 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:55:10.312 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:55:10.312 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:55:10.312 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:55:10.313 INFO:teuthology.run_tasks:Running task pexec... 2023-12-25T20:55:10.323 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-25T20:55:10.323 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi078.front.sepia.ceph.com 2023-12-25T20:55:10.323 DEBUG:teuthology.orchestra.run.smithi078:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T20:55:10.324 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi194.front.sepia.ceph.com 2023-12-25T20:55:10.324 DEBUG:teuthology.orchestra.run.smithi194:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T20:55:10.700 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-25T20:55:10.731 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-12-25T20:55:12.492 INFO:teuthology.orchestra.run.smithi078.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-25T20:55:12.699 INFO:teuthology.orchestra.run.smithi194.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2023-12-25T20:55:13.022 INFO:teuthology.orchestra.run.smithi194.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 kB/s | 4.5 kB 00:00 2023-12-25T20:55:13.094 INFO:teuthology.orchestra.run.smithi078.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-25T20:55:15.844 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-25T20:55:15.845 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-25T20:55:15.845 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-12-25T20:55:15.845 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-25T20:55:15.846 INFO:teuthology.orchestra.run.smithi078.stdout:Resetting modules: 2023-12-25T20:55:15.846 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools 2023-12-25T20:55:15.846 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:55:15.846 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-12-25T20:55:15.846 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-25T20:55:15.846 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:55:15.871 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-12-25T20:55:15.872 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-12-25T20:55:15.872 INFO:teuthology.orchestra.run.smithi194.stdout: Package Architecture Version Repository Size 2023-12-25T20:55:15.872 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-12-25T20:55:15.872 INFO:teuthology.orchestra.run.smithi194.stdout:Resetting modules: 2023-12-25T20:55:15.873 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools 2023-12-25T20:55:15.873 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:55:15.873 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction Summary 2023-12-25T20:55:15.873 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-12-25T20:55:15.873 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:55:29.972 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-25T20:55:30.471 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-25T20:55:31.178 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-12-25T20:55:31.645 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-12-25T20:55:32.348 INFO:teuthology.orchestra.run.smithi078.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-25T20:55:32.935 INFO:teuthology.orchestra.run.smithi078.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-25T20:55:33.658 INFO:teuthology.orchestra.run.smithi194.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2023-12-25T20:55:33.981 INFO:teuthology.orchestra.run.smithi194.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2023-12-25T20:55:35.665 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-25T20:55:35.814 INFO:teuthology.orchestra.run.smithi078.stdout:========================================================================================================== 2023-12-25T20:55:35.814 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout:========================================================================================================== 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout:Installing group/module packages: 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-25T20:55:35.815 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout:Installing weak dependencies: 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout:Installing module profiles: 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools/common 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling module streams: 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools rhel8 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-12-25T20:55:35.816 INFO:teuthology.orchestra.run.smithi078.stdout:========================================================================================================== 2023-12-25T20:55:35.817 INFO:teuthology.orchestra.run.smithi078.stdout:Install 13 Packages 2023-12-25T20:55:35.817 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:55:35.817 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 26 M 2023-12-25T20:55:35.817 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 87 M 2023-12-25T20:55:35.818 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-12-25T20:55:35.988 INFO:teuthology.orchestra.run.smithi078.stdout:(1/13): python3-pyxdg-0.25-16.el8.noarch.rpm 550 kB/s | 94 kB 00:00 2023-12-25T20:55:36.014 INFO:teuthology.orchestra.run.smithi078.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 126 kB/s | 25 kB 00:00 2023-12-25T20:55:36.030 INFO:teuthology.orchestra.run.smithi078.stdout:(3/13): yajl-2.1.0-12.el8.x86_64.rpm 192 kB/s | 41 kB 00:00 2023-12-25T20:55:36.123 INFO:teuthology.orchestra.run.smithi078.stdout:(4/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 7.5 MB/s | 1.0 MB 00:00 2023-12-25T20:55:36.231 INFO:teuthology.orchestra.run.smithi078.stdout:(5/13): cockpit-podman-75-1.module+el8.9.0+2032 3.6 MB/s | 739 kB 00:00 2023-12-25T20:55:36.306 INFO:teuthology.orchestra.run.smithi078.stdout:(6/13): criu-libs-3.18-4.module+el8.9.0+20326+3 214 kB/s | 39 kB 00:00 2023-12-25T20:55:36.448 INFO:teuthology.orchestra.run.smithi078.stdout:(7/13): buildah-1.31.3-1.module+el8.9.0+20326+3 20 MB/s | 8.8 MB 00:00 2023-12-25T20:55:36.473 INFO:teuthology.orchestra.run.smithi078.stdout:(8/13): crun-1.8.7-1.module+el8.9.0+20326+38708 989 kB/s | 239 kB 00:00 2023-12-25T20:55:36.549 INFO:teuthology.orchestra.run.smithi078.stdout:(9/13): netavark-1.7.0-1.module+el8.9.0+20326+3 15 MB/s | 3.7 MB 00:00 2023-12-25T20:55:36.574 INFO:teuthology.orchestra.run.smithi078.stdout:(10/13): python3-podman-4.6.0-1.module+el8.9.0+ 1.2 MB/s | 153 kB 00:00 2023-12-25T20:55:36.741 INFO:teuthology.orchestra.run.smithi078.stdout:(11/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 30 MB/s | 8.1 MB 00:00 2023-12-25T20:55:36.766 INFO:teuthology.orchestra.run.smithi078.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+20326+38 257 kB/s | 49 kB 00:00 2023-12-25T20:55:36.779 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-12-25T20:55:36.833 INFO:teuthology.orchestra.run.smithi078.stdout:(13/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 8.9 MB/s | 2.5 MB 00:00 2023-12-25T20:55:36.834 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-12-25T20:55:36.834 INFO:teuthology.orchestra.run.smithi078.stdout:Total 25 MB/s | 26 MB 00:01 2023-12-25T20:55:36.934 INFO:teuthology.orchestra.run.smithi194.stdout:========================================================================================================== 2023-12-25T20:55:36.934 INFO:teuthology.orchestra.run.smithi194.stdout: Package Arch Version Repository Size 2023-12-25T20:55:36.934 INFO:teuthology.orchestra.run.smithi194.stdout:========================================================================================================== 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout:Installing group/module packages: 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout:Installing dependencies: 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-25T20:55:36.935 INFO:teuthology.orchestra.run.smithi194.stdout:Installing weak dependencies: 2023-12-25T20:55:36.936 INFO:teuthology.orchestra.run.smithi194.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-25T20:55:36.936 INFO:teuthology.orchestra.run.smithi194.stdout:Installing module profiles: 2023-12-25T20:55:36.936 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools/common 2023-12-25T20:55:36.936 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:55:36.936 INFO:teuthology.orchestra.run.smithi194.stdout:Enabling module streams: 2023-12-25T20:55:36.936 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools rhel8 2023-12-25T20:55:36.936 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:55:36.936 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction Summary 2023-12-25T20:55:36.936 INFO:teuthology.orchestra.run.smithi194.stdout:========================================================================================================== 2023-12-25T20:55:36.936 INFO:teuthology.orchestra.run.smithi194.stdout:Install 13 Packages 2023-12-25T20:55:36.936 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:55:36.937 INFO:teuthology.orchestra.run.smithi194.stdout:Total download size: 26 M 2023-12-25T20:55:36.937 INFO:teuthology.orchestra.run.smithi194.stdout:Installed size: 87 M 2023-12-25T20:55:36.937 INFO:teuthology.orchestra.run.smithi194.stdout:Downloading Packages: 2023-12-25T20:55:37.101 INFO:teuthology.orchestra.run.smithi194.stdout:(1/13): python3-pytoml-0.1.14-5.git7dea353.el8. 151 kB/s | 25 kB 00:00 2023-12-25T20:55:37.113 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-12-25T20:55:37.126 INFO:teuthology.orchestra.run.smithi194.stdout:(2/13): python3-pyxdg-0.25-16.el8.noarch.rpm 497 kB/s | 94 kB 00:00 2023-12-25T20:55:37.134 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-12-25T20:55:37.134 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-12-25T20:55:37.151 INFO:teuthology.orchestra.run.smithi194.stdout:(3/13): yajl-2.1.0-12.el8.x86_64.rpm 191 kB/s | 41 kB 00:00 2023-12-25T20:55:37.243 INFO:teuthology.orchestra.run.smithi194.stdout:(4/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 7.1 MB/s | 1.0 MB 00:00 2023-12-25T20:55:37.294 INFO:teuthology.orchestra.run.smithi194.stdout:(5/13): cockpit-podman-75-1.module+el8.9.0+2032 5.1 MB/s | 739 kB 00:00 2023-12-25T20:55:37.360 INFO:teuthology.orchestra.run.smithi194.stdout:(6/13): crun-1.8.7-1.module+el8.9.0+20326+38708 3.5 MB/s | 239 kB 00:00 2023-12-25T20:55:37.362 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-12-25T20:55:37.371 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-12-25T20:55:37.411 INFO:teuthology.orchestra.run.smithi194.stdout:(7/13): criu-libs-3.18-4.module+el8.9.0+20326+3 235 kB/s | 39 kB 00:00 2023-12-25T20:55:37.519 INFO:teuthology.orchestra.run.smithi194.stdout:(8/13): buildah-1.31.3-1.module+el8.9.0+20326+3 22 MB/s | 8.8 MB 00:00 2023-12-25T20:55:37.545 INFO:teuthology.orchestra.run.smithi194.stdout:(9/13): python3-podman-4.6.0-1.module+el8.9.0+2 1.1 MB/s | 153 kB 00:00 2023-12-25T20:55:37.620 INFO:teuthology.orchestra.run.smithi194.stdout:(10/13): netavark-1.7.0-1.module+el8.9.0+20326+ 14 MB/s | 3.7 MB 00:00 2023-12-25T20:55:37.720 INFO:teuthology.orchestra.run.smithi194.stdout:(11/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 14 MB/s | 2.5 MB 00:00 2023-12-25T20:55:37.762 INFO:teuthology.orchestra.run.smithi194.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+20326+38 348 kB/s | 49 kB 00:00 2023-12-25T20:55:37.870 INFO:teuthology.orchestra.run.smithi194.stdout:(13/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 23 MB/s | 8.1 MB 00:00 2023-12-25T20:55:37.871 INFO:teuthology.orchestra.run.smithi194.stdout:-------------------------------------------------------------------------------- 2023-12-25T20:55:37.871 INFO:teuthology.orchestra.run.smithi194.stdout:Total 27 MB/s | 26 MB 00:00 2023-12-25T20:55:37.947 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-12-25T20:55:38.147 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction check 2023-12-25T20:55:38.168 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction check succeeded. 2023-12-25T20:55:38.168 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction test 2023-12-25T20:55:38.197 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2023-12-25T20:55:38.398 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction test succeeded. 2023-12-25T20:55:38.405 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction 2023-12-25T20:55:38.715 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2023-12-25T20:55:38.950 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2023-12-25T20:55:38.981 INFO:teuthology.orchestra.run.smithi194.stdout: Preparing : 1/1 2023-12-25T20:55:39.141 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2023-12-25T20:55:39.235 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2023-12-25T20:55:39.336 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2023-12-25T20:55:39.556 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2023-12-25T20:55:39.788 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2023-12-25T20:55:39.806 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2023-12-25T20:55:40.011 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2023-12-25T20:55:40.204 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2023-12-25T20:55:40.383 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2023-12-25T20:55:40.611 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2023-12-25T20:55:40.700 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2023-12-25T20:55:40.828 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2023-12-25T20:55:40.913 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2023-12-25T20:55:41.280 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2023-12-25T20:55:41.743 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2023-12-25T20:55:41.974 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2023-12-25T20:55:42.219 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2023-12-25T20:55:42.411 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2023-12-25T20:55:42.501 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2023-12-25T20:55:42.718 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2023-12-25T20:55:43.155 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2023-12-25T20:55:43.155 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2023-12-25T20:55:43.155 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-25T20:55:43.155 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2023-12-25T20:55:43.155 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2023-12-25T20:55:43.155 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2023-12-25T20:55:43.155 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2023-12-25T20:55:43.155 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2023-12-25T20:55:43.155 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2023-12-25T20:55:43.156 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2023-12-25T20:55:43.156 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2023-12-25T20:55:43.156 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2023-12-25T20:55:43.156 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2023-12-25T20:55:43.309 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2023-12-25T20:55:43.547 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2023-12-25T20:55:43.731 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2023-12-25T20:55:44.154 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2023-12-25T20:55:44.154 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2023-12-25T20:55:44.155 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-25T20:55:44.155 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2023-12-25T20:55:44.155 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2023-12-25T20:55:44.155 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2023-12-25T20:55:44.155 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2023-12-25T20:55:44.155 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2023-12-25T20:55:44.155 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2023-12-25T20:55:44.155 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2023-12-25T20:55:44.155 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2023-12-25T20:55:44.155 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2023-12-25T20:55:44.155 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2023-12-25T20:55:51.823 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2023-12-25T20:55:51.823 INFO:teuthology.orchestra.run.smithi078.stdout:Installed products updated. 2023-12-25T20:55:52.372 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:55:52.372 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-12-25T20:55:52.372 INFO:teuthology.orchestra.run.smithi078.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:52.372 INFO:teuthology.orchestra.run.smithi078.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:52.372 INFO:teuthology.orchestra.run.smithi078.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2023-12-25T20:55:52.372 INFO:teuthology.orchestra.run.smithi078.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:52.372 INFO:teuthology.orchestra.run.smithi078.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:52.372 INFO:teuthology.orchestra.run.smithi078.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:52.373 INFO:teuthology.orchestra.run.smithi078.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2023-12-25T20:55:52.373 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-25T20:55:52.373 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-25T20:55:52.373 INFO:teuthology.orchestra.run.smithi078.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:52.373 INFO:teuthology.orchestra.run.smithi078.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:52.373 INFO:teuthology.orchestra.run.smithi078.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2023-12-25T20:55:52.373 INFO:teuthology.orchestra.run.smithi078.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T20:55:52.373 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:55:52.373 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-25T20:55:52.555 DEBUG:teuthology.parallel:result is None 2023-12-25T20:55:57.577 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2023-12-25T20:55:57.577 INFO:teuthology.orchestra.run.smithi194.stdout:Installed products updated. 2023-12-25T20:55:58.118 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:55:58.118 INFO:teuthology.orchestra.run.smithi194.stdout:Installed: 2023-12-25T20:55:58.118 INFO:teuthology.orchestra.run.smithi194.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:55:58.119 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-12-25T20:55:58.315 DEBUG:teuthology.parallel:result is None 2023-12-25T20:55:58.315 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-25T20:55:58.327 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-25T20:55:58.327 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:55:58.327 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:55:58.350 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-25T20:55:58.350 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_1 2023-12-25T20:55:58.411 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T20:55:58.411 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:55:58.411 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 125479 Links: 1 2023-12-25T20:55:58.412 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:55:58.412 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:55:58.412 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-12-25 20:55:42.876563184 +0000 2023-12-25T20:55:58.412 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-12-25 20:54:35.946584380 +0000 2023-12-25T20:55:58.412 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-12-25 20:54:35.946584380 +0000 2023-12-25T20:55:58.412 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-12-25T20:55:58.412 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T20:55:58.484 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-12-25T20:55:58.484 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-12-25T20:55:58.484 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000301522 s, 1.7 MB/s 2023-12-25T20:55:58.485 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T20:55:58.550 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_2 2023-12-25T20:55:58.611 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T20:55:58.611 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:55:58.611 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 127658 Links: 1 2023-12-25T20:55:58.611 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:55:58.611 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:55:58.612 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-12-25 20:55:42.876563184 +0000 2023-12-25T20:55:58.612 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-12-25 20:54:36.447575786 +0000 2023-12-25T20:55:58.612 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-12-25 20:54:36.447575786 +0000 2023-12-25T20:55:58.612 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-12-25T20:55:58.612 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T20:55:58.682 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-12-25T20:55:58.682 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-12-25T20:55:58.682 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000300773 s, 1.7 MB/s 2023-12-25T20:55:58.684 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T20:55:58.746 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_3 2023-12-25T20:55:58.807 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T20:55:58.807 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:55:58.807 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 129036 Links: 1 2023-12-25T20:55:58.808 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:55:58.808 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:55:58.808 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-12-25 20:55:42.876563184 +0000 2023-12-25T20:55:58.808 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-12-25 20:54:36.947567210 +0000 2023-12-25T20:55:58.808 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-12-25 20:54:36.947567210 +0000 2023-12-25T20:55:58.808 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-12-25T20:55:58.808 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T20:55:58.879 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-12-25T20:55:58.879 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-12-25T20:55:58.879 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000251443 s, 2.0 MB/s 2023-12-25T20:55:58.880 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T20:55:58.942 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_4 2023-12-25T20:55:59.003 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T20:55:59.004 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:55:59.004 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 128667 Links: 1 2023-12-25T20:55:59.004 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:55:59.004 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:55:59.004 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-12-25 20:55:42.876563184 +0000 2023-12-25T20:55:59.004 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-12-25 20:54:37.459558427 +0000 2023-12-25T20:55:59.004 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-12-25 20:54:37.459558427 +0000 2023-12-25T20:55:59.005 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-12-25T20:55:59.005 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T20:55:59.076 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-12-25T20:55:59.076 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-12-25T20:55:59.076 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000287705 s, 1.8 MB/s 2023-12-25T20:55:59.078 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T20:55:59.139 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T20:55:59.272 INFO:teuthology.orchestra.run.smithi078.stdout:loop 2023-12-25T20:55:59.273 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_1... 2023-12-25T20:55:59.274 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T20:55:59.312 INFO:teuthology.orchestra.run.smithi078.stdout:1 2023-12-25T20:55:59.349 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_11 2023-12-25T20:55:59.390 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_2... 2023-12-25T20:55:59.390 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T20:55:59.467 INFO:teuthology.orchestra.run.smithi078.stdout:1 2023-12-25T20:55:59.502 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_21 2023-12-25T20:55:59.541 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_3... 2023-12-25T20:55:59.541 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T20:55:59.618 INFO:teuthology.orchestra.run.smithi078.stdout:1 2023-12-25T20:55:59.653 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_31 2023-12-25T20:55:59.691 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_4... 2023-12-25T20:55:59.692 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T20:55:59.772 INFO:teuthology.orchestra.run.smithi078.stdout:1 2023-12-25T20:55:59.807 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_41 2023-12-25T20:55:59.846 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:55:59.846 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:55:59.907 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme list 2023-12-25T20:55:59.972 INFO:teuthology.orchestra.run.smithi078.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-25T20:55:59.972 INFO:teuthology.orchestra.run.smithi078.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-25T20:55:59.972 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme0n1 PHFT620400QR400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-25T20:55:59.973 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme1n1 d724123f16a7fb268e84 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:55:59.973 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme2n1 6c19b6e29e07a88fbc07 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:55:59.973 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme3n1 1965da47fbdd3b5b6dde Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:55:59.973 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme4n1 814a7fcc8f55dc847eb5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:55:59.974 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T20:55:59.974 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:55:59.974 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/scratch_devs 2023-12-25T20:56:00.040 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-25T20:56:00.041 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:56:00.062 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-25T20:56:00.062 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_1 2023-12-25T20:56:00.123 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T20:56:00.123 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:56:00.123 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 123760 Links: 1 2023-12-25T20:56:00.123 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:56:00.123 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:56:00.123 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-25 20:55:43.882664239 +0000 2023-12-25T20:56:00.123 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-25 20:54:34.695634359 +0000 2023-12-25T20:56:00.123 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-25 20:54:34.695634359 +0000 2023-12-25T20:56:00.123 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-25T20:56:00.124 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T20:56:00.193 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-25T20:56:00.193 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-25T20:56:00.193 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000276257 s, 1.9 MB/s 2023-12-25T20:56:00.194 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T20:56:00.255 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_2 2023-12-25T20:56:00.315 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T20:56:00.315 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:56:00.315 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 126270 Links: 1 2023-12-25T20:56:00.315 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:56:00.315 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:56:00.315 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-25 20:55:43.882664239 +0000 2023-12-25T20:56:00.315 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-25 20:54:35.216623506 +0000 2023-12-25T20:56:00.315 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-25 20:54:35.216623506 +0000 2023-12-25T20:56:00.315 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-25T20:56:00.315 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T20:56:00.383 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-25T20:56:00.383 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-25T20:56:00.383 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000230264 s, 2.2 MB/s 2023-12-25T20:56:00.384 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T20:56:00.444 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_3 2023-12-25T20:56:00.503 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T20:56:00.503 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:56:00.503 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 130097 Links: 1 2023-12-25T20:56:00.503 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:56:00.503 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:56:00.504 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-25 20:55:43.882664239 +0000 2023-12-25T20:56:00.504 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-25 20:54:35.735612694 +0000 2023-12-25T20:56:00.504 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-25 20:54:35.735612694 +0000 2023-12-25T20:56:00.504 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-25T20:56:00.504 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T20:56:00.571 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-25T20:56:00.571 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-25T20:56:00.571 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000247122 s, 2.1 MB/s 2023-12-25T20:56:00.572 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T20:56:00.631 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_4 2023-12-25T20:56:00.689 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T20:56:00.690 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:56:00.690 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 130202 Links: 1 2023-12-25T20:56:00.690 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:56:00.690 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:56:00.690 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-25 20:55:43.882664239 +0000 2023-12-25T20:56:00.690 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-25 20:54:36.239602194 +0000 2023-12-25T20:56:00.690 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-25 20:54:36.239602194 +0000 2023-12-25T20:56:00.690 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-25T20:56:00.690 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T20:56:00.755 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-25T20:56:00.755 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-25T20:56:00.755 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000221507 s, 2.3 MB/s 2023-12-25T20:56:00.756 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T20:56:00.814 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T20:56:00.953 INFO:teuthology.orchestra.run.smithi194.stdout:loop 2023-12-25T20:56:00.954 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_1... 2023-12-25T20:56:00.954 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T20:56:00.990 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-12-25T20:56:01.025 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_11 2023-12-25T20:56:01.065 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_2... 2023-12-25T20:56:01.066 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T20:56:01.143 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-12-25T20:56:01.178 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_21 2023-12-25T20:56:01.218 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_3... 2023-12-25T20:56:01.218 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T20:56:01.294 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-12-25T20:56:01.330 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_31 2023-12-25T20:56:01.369 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_4... 2023-12-25T20:56:01.369 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T20:56:01.450 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-12-25T20:56:01.485 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_41 2023-12-25T20:56:01.524 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-25T20:56:01.524 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:56:01.586 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme list 2023-12-25T20:56:01.652 INFO:teuthology.orchestra.run.smithi194.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-25T20:56:01.652 INFO:teuthology.orchestra.run.smithi194.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-25T20:56:01.652 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme0n1 CVFT6240002A400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-25T20:56:01.652 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme1n1 4956b02e63d0404cd63e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:56:01.652 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme2n1 c6773dbbe3280993def8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:56:01.652 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme3n1 3fe78195170bbc16882f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:56:01.652 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme4n1 1a6082e80b626de462f3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:56:01.653 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T20:56:01.653 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-25T20:56:01.654 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/scratch_devs 2023-12-25T20:56:01.720 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-25T20:56:01.792 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': 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2'} 2023-12-25T20:56:01.792 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T20:56:01.793 INFO:tasks.cephadm:Cluster fsid is 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:01.793 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-25T20:56:01.793 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-25T20:56:01.793 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi078': '172.21.15.78', 'mon.smithi194': '172.21.15.194'} 2023-12-25T20:56:01.793 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-25T20:56:01.794 DEBUG:teuthology.orchestra.run.smithi078:> sudo hostname $(hostname -s) 2023-12-25T20:56:01.827 DEBUG:teuthology.orchestra.run.smithi194:> sudo hostname $(hostname -s) 2023-12-25T20:56:01.855 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2)... 2023-12-25T20:56:01.855 DEBUG:teuthology.orchestra.run.smithi078:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T20:56:02.090 INFO:teuthology.orchestra.run.smithi078.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 25 20:56 /home/ubuntu/cephtest/cephadm 2023-12-25T20:56:02.090 DEBUG:teuthology.orchestra.run.smithi194:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T20:56:02.237 INFO:teuthology.orchestra.run.smithi194.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 25 20:56 /home/ubuntu/cephtest/cephadm 2023-12-25T20:56:02.238 DEBUG:teuthology.orchestra.run.smithi078:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T20:56:02.260 DEBUG:teuthology.orchestra.run.smithi194:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T20:56:02.286 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /etc/ceph 2023-12-25T20:56:02.333 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /etc/ceph 2023-12-25T20:56:02.360 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 777 /etc/ceph 2023-12-25T20:56:02.406 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 777 /etc/ceph 2023-12-25T20:56:02.432 INFO:tasks.cephadm:Writing seed config... 2023-12-25T20:56:02.433 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-25T20:56:02.433 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-25T20:56:02.433 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-25T20:56:02.433 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-25T20:56:02.434 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-25T20:56:02.434 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-25T20:56:02.434 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-25T20:56:02.434 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-25T20:56:02.434 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:56:02.434 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-25T20:56:02.467 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 = 03094dc8-a368-11ee-95a5-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-25T20:56:02.467 DEBUG:teuthology.orchestra.run.smithi078:mon.smithi078> sudo journalctl -f -n 0 -u ceph-03094dc8-a368-11ee-95a5-87774f69a715@mon.smithi078.service 2023-12-25T20:56:02.510 INFO:tasks.cephadm:Bootstrapping... 2023-12-25T20:56:02.510 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -v bootstrap --fsid 03094dc8-a368-11ee-95a5-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.78 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:56:02.542 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:-- Logs begin at Mon 2023-12-25 20:47:40 UTC. -- 2023-12-25T20:56:02.816 INFO:teuthology.orchestra.run.smithi078.stderr:-------------------------------------------------------------------------------- 2023-12-25T20:56:02.816 INFO:teuthology.orchestra.run.smithi078.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2', '-v', 'bootstrap', '--fsid', '03094dc8-a368-11ee-95a5-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.78', '--skip-admin-label'] 2023-12-25T20:56:04.330 INFO:teuthology.orchestra.run.smithi078.stderr:/bin/podman: 4.6.1 2023-12-25T20:56:04.342 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying podman|docker is present... 2023-12-25T20:56:04.365 INFO:teuthology.orchestra.run.smithi078.stderr:/bin/podman: 4.6.1 2023-12-25T20:56:04.373 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying lvm2 is present... 2023-12-25T20:56:04.374 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying time synchronization is in place... 2023-12-25T20:56:04.381 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T20:56:04.387 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2023-12-25T20:56:04.394 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: enabled 2023-12-25T20:56:04.400 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: active 2023-12-25T20:56:04.401 INFO:teuthology.orchestra.run.smithi078.stderr:Unit chronyd.service is enabled and running 2023-12-25T20:56:04.401 INFO:teuthology.orchestra.run.smithi078.stderr:Repeating the final host check... 2023-12-25T20:56:04.421 INFO:teuthology.orchestra.run.smithi078.stderr:/bin/podman: 4.6.1 2023-12-25T20:56:04.430 INFO:teuthology.orchestra.run.smithi078.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-25T20:56:04.430 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl is present 2023-12-25T20:56:04.430 INFO:teuthology.orchestra.run.smithi078.stderr:lvcreate is present 2023-12-25T20:56:04.436 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T20:56:04.442 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2023-12-25T20:56:04.448 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: enabled 2023-12-25T20:56:04.453 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: active 2023-12-25T20:56:04.454 INFO:teuthology.orchestra.run.smithi078.stderr:Unit chronyd.service is enabled and running 2023-12-25T20:56:04.454 INFO:teuthology.orchestra.run.smithi078.stderr:Host looks OK 2023-12-25T20:56:04.454 INFO:teuthology.orchestra.run.smithi078.stderr:Cluster fsid: 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:04.455 INFO:teuthology.orchestra.run.smithi078.stderr:Acquiring lock 139820381163648 on /run/cephadm/03094dc8-a368-11ee-95a5-87774f69a715.lock 2023-12-25T20:56:04.455 INFO:teuthology.orchestra.run.smithi078.stderr:Lock 139820381163648 acquired on /run/cephadm/03094dc8-a368-11ee-95a5-87774f69a715.lock 2023-12-25T20:56:04.455 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying IP 172.21.15.78 port 3300 ... 2023-12-25T20:56:04.455 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying IP 172.21.15.78 port 6789 ... 2023-12-25T20:56:04.456 INFO:teuthology.orchestra.run.smithi078.stderr:Base mon IP(s) is [172.21.15.78:3300, 172.21.15.78:6789], mon addrv is [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2023-12-25T20:56:04.458 INFO:teuthology.orchestra.run.smithi078.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-25T20:56:04.459 INFO:teuthology.orchestra.run.smithi078.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.78 metric 100 2023-12-25T20:56:04.461 INFO:teuthology.orchestra.run.smithi078.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-25T20:56:04.461 INFO:teuthology.orchestra.run.smithi078.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2023-12-25T20:56:04.461 INFO:teuthology.orchestra.run.smithi078.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-12-25T20:56:04.464 INFO:teuthology.orchestra.run.smithi078.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-25T20:56:04.464 INFO:teuthology.orchestra.run.smithi078.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-25T20:56:04.464 INFO:teuthology.orchestra.run.smithi078.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T20:56:04.464 INFO:teuthology.orchestra.run.smithi078.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-25T20:56:04.464 INFO:teuthology.orchestra.run.smithi078.stderr:/sbin/ip: inet6 fe80::a4c0:f17d:227e:d6ab/64 scope link noprefixroute 2023-12-25T20:56:04.464 INFO:teuthology.orchestra.run.smithi078.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T20:56:04.465 INFO:teuthology.orchestra.run.smithi078.stderr:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2023-12-25T20:56:04.465 INFO:teuthology.orchestra.run.smithi078.stderr:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2023-12-25T20:56:04.465 INFO:teuthology.orchestra.run.smithi078.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-25T20:56:04.466 INFO:teuthology.orchestra.run.smithi078.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-25T20:56:04.467 INFO:teuthology.orchestra.run.smithi078.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2... 2023-12-25T20:56:04.583 INFO:teuthology.orchestra.run.smithi078.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2... 2023-12-25T20:56:04.680 INFO:teuthology.orchestra.run.smithi078.stderr:/bin/podman: Getting image source signatures 2023-12-25T20:56:04.680 INFO:teuthology.orchestra.run.smithi078.stderr:/bin/podman: Copying blob sha256:7f86ad6c71fd0cf72c8e6530acd4beec55cb97fc1cff73659ce3932192caed88 2023-12-25T20:56:04.680 INFO:teuthology.orchestra.run.smithi078.stderr:/bin/podman: Copying blob sha256:46af8f5390d4e94fc57efb422ccb97bb53dfe5b948546bfc191b46557eb2dbd9 2023-12-25T20:56:29.932 INFO:teuthology.orchestra.run.smithi078.stderr:/bin/podman: Copying config sha256:49d1f3e5e58d61c9df12ccb914a298f8b8407ff9d4bed060cff7afb535bad858 2023-12-25T20:56:29.998 INFO:teuthology.orchestra.run.smithi078.stderr:/bin/podman: Writing manifest to image destination 2023-12-25T20:56:30.282 INFO:teuthology.orchestra.run.smithi078.stderr:/bin/podman: 49d1f3e5e58d61c9df12ccb914a298f8b8407ff9d4bed060cff7afb535bad858 2023-12-25T20:56:30.840 INFO:teuthology.orchestra.run.smithi078.stderr:ceph: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-25T20:56:31.175 INFO:teuthology.orchestra.run.smithi078.stderr:Ceph version: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-25T20:56:31.176 INFO:teuthology.orchestra.run.smithi078.stderr:Extracting ceph user uid/gid from container image... 2023-12-25T20:56:31.426 INFO:teuthology.orchestra.run.smithi078.stderr:stat: 167 167 2023-12-25T20:56:31.743 INFO:teuthology.orchestra.run.smithi078.stderr:Creating initial keys... 2023-12-25T20:56:32.001 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-authtool: AQB/7Ill8gGoOhAAwXZdSx4Sqee08s2Ps8/S7A== 2023-12-25T20:56:32.601 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-authtool: AQCA7Illf7rNIhAA+pzMbLVzKJ0UjHzvlddggw== 2023-12-25T20:56:33.192 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-authtool: AQCB7Ill2aF2ChAAJUa1DF8JFfLC8UFAdm6jFA== 2023-12-25T20:56:33.552 INFO:teuthology.orchestra.run.smithi078.stderr:Creating initial monmap... 2023-12-25T20:56:33.818 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T20:56:33.818 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:33.818 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T20:56:34.159 INFO:teuthology.orchestra.run.smithi078.stderr:monmaptool for smithi078 [v2:172.21.15.78:3300,v1:172.21.15.78:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T20:56:34.159 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: set fsid to 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:34.159 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T20:56:34.160 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T20:56:34.160 INFO:teuthology.orchestra.run.smithi078.stderr:Creating mon... 2023-12-25T20:56:34.462 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.424+0000 7fe1ad585880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T20:56:34.462 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.424+0000 7fe1ad585880 1 imported monmap: 2023-12-25T20:56:34.462 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-25T20:56:34.462 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: fsid 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:34.462 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: last_changed 2023-12-25T20:56:33.797377+0000 2023-12-25T20:56:34.462 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: created 2023-12-25T20:56:33.797377+0000 2023-12-25T20:56:34.462 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-25T20:56:34.462 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-25T20:56:34.462 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.smithi078 2023-12-25T20:56:34.462 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.463 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.424+0000 7fe1ad585880 0 /usr/bin/ceph-mon: set fsid to 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:34.463 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T20:56:34.463 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.463 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T20:56:34.463 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T20:56:34.463 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: DB SUMMARY 2023-12-25T20:56:34.463 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.463 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi078/store.db dir, Total Num: 0, files: 2023-12-25T20:56:34.463 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.463 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi078/store.db: 2023-12-25T20:56:34.463 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.create_if_missing: 1 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.env: 0x55cf8defd080 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.fs: Posix File System 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.info_log: 0x55cf90457380 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.statistics: (nil) 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.use_fsync: 0 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T20:56:34.464 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.db_log_dir: 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi078/store.db 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T20:56:34.465 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.write_buffer_manager: 0x55cf9045d980 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T20:56:34.466 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.unordered_write: 0 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.row_cache: None 2023-12-25T20:56:34.467 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.wal_filter: None 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T20:56:34.468 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.max_open_files: -1 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T20:56:34.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Compression algorithms supported: 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: kZSTD supported: 0 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T20:56:34.470 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.425+0000 7fe1ad585880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi078/store.db/MANIFEST-000001 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.merge_operator: 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_filter: None 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T20:56:34.471 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cf9036dd30) 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-25T20:56:34.472 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache: 0x55cf903a2d10 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-25T20:56:34.473 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T20:56:34.474 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compression: NoCompression 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.num_levels: 7 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T20:56:34.475 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T20:56:34.476 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T20:56:34.477 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T20:56:34.478 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T20:56:34.479 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.ttl: 2592000 2023-12-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.426+0000 7fe1ad585880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.427+0000 7fe1ad585880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi078/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-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.427+0000 7fe1ad585880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.427+0000 7fe1ad585880 4 rocksdb: DB pointer 0x55cf9046b800 2023-12-25T20:56:34.480 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.427+0000 7fe19640c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.427+0000 7fe19640c700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.481 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:56:34.482 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.482 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.482 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.482 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:56:34.482 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.482 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:56:34.482 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.483 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:56:34.484 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:56:34.485 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:56:34.485 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.485 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.485 INFO:teuthology.orchestra.run.smithi078.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-25T20:56:34.485 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.485 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:56:34.485 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2023-12-25T20:56:34.485 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.429+0000 7fe1ad585880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-25T20:56:34.485 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.429+0000 7fe1ad585880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-25T20:56:34.485 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:56:34.429+0000 7fe1ad585880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi078 for mon.smithi078 2023-12-25T20:56:34.768 INFO:teuthology.orchestra.run.smithi078.stderr:create mon.smithi078 on 2023-12-25T20:56:34.874 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-25T20:56:34.973 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-03094dc8-a368-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-03094dc8-a368-11ee-95a5-87774f69a715.target. 2023-12-25T20:56:34.974 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-03094dc8-a368-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-03094dc8-a368-11ee-95a5-87774f69a715.target. 2023-12-25T20:56:35.180 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to reset failed state of unit ceph-03094dc8-a368-11ee-95a5-87774f69a715@mon.smithi078.service: Unit ceph-03094dc8-a368-11ee-95a5-87774f69a715@mon.smithi078.service not loaded. 2023-12-25T20:56:35.187 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/ceph-03094dc8-a368-11ee-95a5-87774f69a715.target.wants/ceph-03094dc8-a368-11ee-95a5-87774f69a715@mon.smithi078.service → /etc/systemd/system/ceph-03094dc8-a368-11ee-95a5-87774f69a715@.service. 2023-12-25T20:56:35.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:35 smithi078 systemd[1]: Starting Ceph mon.smithi078 for 03094dc8-a368-11ee-95a5-87774f69a715... 2023-12-25T20:56:35.654 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: disabled 2023-12-25T20:56:35.662 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2023-12-25T20:56:35.662 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld.service is not enabled 2023-12-25T20:56:35.663 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T20:56:35.663 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mon to start... 2023-12-25T20:56:35.663 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mon... 2023-12-25T20:56:35.899 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:35 smithi078 bash[33769]: 76ba65103eb8e8bef5b5aafd43d9900dd5f67484894d22ae6553cb1c0529b283 2023-12-25T20:56:35.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:35 smithi078 systemd[1]: Started Ceph mon.smithi078 for 03094dc8-a368-11ee-95a5-87774f69a715. 2023-12-25T20:56:35.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: cluster 2023-12-25T20:56:35.675120+0000 mon.smithi078 (mon.0) 0 : [INF] mkfs 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:35.900 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: cluster 2023-12-25T20:56:35.657782+0000 mon.smithi078 (mon.0) 1 : cluster [INF] mon.smithi078 is new leader, mons smithi078 in quorum (ranks 0) 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: cluster: 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: id: 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: services: 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi078 (age 0.474667s) 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: data: 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-25T20:56:36.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-25T20:56:36.151 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-25T20:56:36.151 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: pgs: 2023-12-25T20:56:36.151 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:36.486 INFO:teuthology.orchestra.run.smithi078.stderr:mon is available 2023-12-25T20:56:36.486 INFO:teuthology.orchestra.run.smithi078.stderr:Assimilating anything we can from ceph.conf... 2023-12-25T20:56:36.961 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [global] 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: fsid = 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [mgr] 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:36.962 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [osd] 2023-12-25T20:56:36.963 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T20:56:36.963 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T20:56:36.982 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: cluster 2023-12-25T20:56:35.673749+0000 mon.smithi078 (mon.0) 2 : cluster [INF] mon.smithi078 is new leader, mons smithi078 in quorum (ranks 0) 2023-12-25T20:56:36.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: cluster 2023-12-25T20:56:35.673987+0000 mon.smithi078 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0]} removed_ranks: {} 2023-12-25T20:56:36.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: cluster 2023-12-25T20:56:35.677307+0000 mon.smithi078 (mon.0) 4 : cluster [DBG] fsmap 2023-12-25T20:56:36.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: cluster 2023-12-25T20:56:35.681485+0000 mon.smithi078 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T20:56:36.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: cluster 2023-12-25T20:56:35.682153+0000 mon.smithi078 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T20:56:36.983 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: audit 2023-12-25T20:56:36.148354+0000 mon.smithi078 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.78:0/233944482' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-25T20:56:37.303 INFO:teuthology.orchestra.run.smithi078.stderr:Generating new minimal ceph.conf... 2023-12-25T20:56:37.980 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: audit 2023-12-25T20:56:36.957073+0000 mon.smithi078 (mon.0) 8 : audit [INF] from='client.? 172.21.15.78:0/1770775091' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T20:56:37.980 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: audit 2023-12-25T20:56:36.959609+0000 mon.smithi078 (mon.0) 9 : audit [INF] from='client.? 172.21.15.78:0/1770775091' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-25T20:56:38.045 INFO:teuthology.orchestra.run.smithi078.stderr:Restarting the monitor... 2023-12-25T20:56:38.264 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:38 smithi078 systemd[1]: Stopping Ceph mon.smithi078 for 03094dc8-a368-11ee-95a5-87774f69a715... 2023-12-25T20:56:38.264 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:38 smithi078 bash[34110]: Error: no container with name or ID "ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon.smithi078" found: no such container 2023-12-25T20:56:38.264 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: debug 2023-12-25T20:56:38.263+0000 7ffa8d05e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi078 -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-25T20:56:38.264 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[33783]: debug 2023-12-25T20:56:38.263+0000 7ffa8d05e700 -1 mon.smithi078@0(leader) e1 *** Got Signal Terminated *** 2023-12-25T20:56:38.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:38 smithi078 bash[34148]: ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078 2023-12-25T20:56:39.187 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:38 smithi078 systemd[1]: ceph-03094dc8-a368-11ee-95a5-87774f69a715@mon.smithi078.service: Succeeded. 2023-12-25T20:56:39.187 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:38 smithi078 systemd[1]: Stopped Ceph mon.smithi078 for 03094dc8-a368-11ee-95a5-87774f69a715. 2023-12-25T20:56:39.188 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:38 smithi078 systemd[1]: Starting Ceph mon.smithi078 for 03094dc8-a368-11ee-95a5-87774f69a715... 2023-12-25T20:56:39.254 INFO:teuthology.orchestra.run.smithi078.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-25T20:56:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.241+0000 7f4315d37880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T20:56:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.241+0000 7f4315d37880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 7 2023-12-25T20:56:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.241+0000 7f4315d37880 0 pidfile_write: ignore empty --pid-file 2023-12-25T20:56:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.245+0000 7f4315d37880 0 load: jerasure load: lrc load: isa 2023-12-25T20:56:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T20:56:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: DB SUMMARY 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: CURRENT file: CURRENT 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi078/store.db dir, Total Num: 1, files: 000004.sst 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi078/store.db: 000006.log size: 81200 ; 2023-12-25T20:56:39.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.create_if_missing: 0 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.env: 0x55b805097080 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.fs: Posix File System 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.info_log: 0x55b80703bd20 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.statistics: (nil) 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.use_fsync: 0 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T20:56:39.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.db_log_dir: 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi078/store.db 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T20:56:39.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.write_buffer_manager: 0x55b807c92480 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.unordered_write: 0 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T20:56:39.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.row_cache: None 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.wal_filter: None 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T20:56:39.585 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T20:56:39.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T20:56:39.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T20:56:39.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T20:56:39.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T20:56:39.587 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T20:56:39.587 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T20:56:39.587 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_open_files: -1 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Compression algorithms supported: 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: kZSTD supported: 0 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T20:56:39.588 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi078/store.db/MANIFEST-000005 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 bash[34269]: 4b4eccb3299684dbc3d2986c9fb917417435c1e581ed1f96af8b23c40c78e7ff 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.merge_operator: 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_filter: None 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T20:56:39.589 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b806febd28) 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cache_index_and_filter_blocks: 1 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: pin_top_level_index_and_filter: 1 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: index_type: 0 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: data_block_index_type: 0 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: index_shortening: 1 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: hash_index_allow_collision: 1 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: checksum: 1 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: no_block_cache: 0 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: block_cache: 0x55b807020f10 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: block_cache_name: BinnedLRUCache 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: block_cache_options: 2023-12-25T20:56:39.590 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: capacity : 536870912 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: num_shard_bits : 4 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: strict_capacity_limit : 0 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: high_pri_pool_ratio: 0.000 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: block_cache_compressed: (nil) 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: persistent_cache: (nil) 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: block_size: 4096 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: block_size_deviation: 10 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: block_restart_interval: 16 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: index_block_restart_interval: 1 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: metadata_block_size: 4096 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: partition_filters: 0 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: use_delta_encoding: 1 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: whole_key_filtering: 1 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: verify_compression: 0 2023-12-25T20:56:39.591 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: read_amp_bytes_per_bit: 0 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: format_version: 2 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: enable_index_compression: 1 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: block_align: 0 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compression: NoCompression 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.num_levels: 7 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T20:56:39.592 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T20:56:39.593 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T20:56:39.594 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T20:56:39.595 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.ttl: 2592000 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi078/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-25T20:56:39.596 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.246+0000 7f4315d37880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.247+0000 7f4315d37880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703537799248053, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.247+0000 7f4315d37880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.247+0000 7f4315d37880 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-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.247+0000 7f4315d37880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703537799248882, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78203, "table_properties": {"data_size": 76497, "index_size": 311, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 71067, "raw_average_value_size": 364, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703537799, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.247+0000 7f4315d37880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.248+0000 7f4315d37880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703537799249302, "job": 1, "event": "recovery_finished"} 2023-12-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.248+0000 7f4315d37880 4 rocksdb: DB pointer 0x55b8070e9800 2023-12-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.249+0000 7f42fcb3d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T20:56:39.597 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.249+0000 7f42fcb3d700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: ** DB Stats ** 2023-12-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: ** Compaction Stats [default] ** 2023-12-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: L0 2/0 78.06 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2023-12-25T20:56:39.598 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Sum 2/0 78.06 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: ** Compaction Stats [default] ** 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Cumulative compaction: 0.00 GB write, 27.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Interval compaction: 0.00 GB write, 27.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:56:39.599 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: ** Compaction Stats [default] ** 2023-12-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: L0 2/0 78.06 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2023-12-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Sum 2/0 78.06 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2023-12-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: ** Compaction Stats [default] ** 2023-12-25T20:56:39.600 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 134.4 0.00 0.00 1 0.001 0 0 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Cumulative compaction: 0.00 GB write, 26.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.601 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.249+0000 7f4315d37880 0 starting mon.smithi078 rank 0 at public addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] at bind addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi078 fsid 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.250+0000 7f4315d37880 1 mon.smithi078@-1(???) e1 preinit fsid 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.250+0000 7f4315d37880 0 mon.smithi078@-1(???).mds e1 new map 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.250+0000 7f4315d37880 0 mon.smithi078@-1(???).mds e1 print_map 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: e1 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: legacy client fscid: -1 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: No filesystems configured 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.250+0000 7f4315d37880 0 mon.smithi078@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.250+0000 7f4315d37880 0 mon.smithi078@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.250+0000 7f4315d37880 0 mon.smithi078@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.250+0000 7f4315d37880 0 mon.smithi078@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:56:39.602 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:36.957073+0000 mon.smithi078 (mon.0) 8 : audit [INF] from='client.? 172.21.15.78:0/1770775091' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T20:56:39.603 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:36.959609+0000 mon.smithi078 (mon.0) 9 : audit [INF] from='client.? 172.21.15.78:0/1770775091' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-25T20:56:39.603 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T20:56:39.251+0000 7f4315d37880 1 mon.smithi078@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-25T20:56:39.603 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 systemd[1]: Started Ceph mon.smithi078 for 03094dc8-a368-11ee-95a5-87774f69a715. 2023-12-25T20:56:39.603 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:39.268742+0000 mon.smithi078 (mon.0) 1 : cluster [INF] mon.smithi078 is new leader, mons smithi078 in quorum (ranks 0) 2023-12-25T20:56:39.603 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:39.268836+0000 mon.smithi078 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0]} removed_ranks: {} 2023-12-25T20:56:39.603 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:39.269242+0000 mon.smithi078 (mon.0) 3 : cluster [DBG] fsmap 2023-12-25T20:56:39.603 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:39.269278+0000 mon.smithi078 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T20:56:39.603 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:39.269699+0000 mon.smithi078 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T20:56:40.028 INFO:teuthology.orchestra.run.smithi078.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-25T20:56:40.028 INFO:teuthology.orchestra.run.smithi078.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:56:40.028 INFO:teuthology.orchestra.run.smithi078.stderr:Creating mgr... 2023-12-25T20:56:40.029 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying port 9283 ... 2023-12-25T20:56:40.156 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to reset failed state of unit ceph-03094dc8-a368-11ee-95a5-87774f69a715@mgr.smithi078.lrdjax.service: Unit ceph-03094dc8-a368-11ee-95a5-87774f69a715@mgr.smithi078.lrdjax.service not loaded. 2023-12-25T20:56:40.162 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/ceph-03094dc8-a368-11ee-95a5-87774f69a715.target.wants/ceph-03094dc8-a368-11ee-95a5-87774f69a715@mgr.smithi078.lrdjax.service → /etc/systemd/system/ceph-03094dc8-a368-11ee-95a5-87774f69a715@.service. 2023-12-25T20:56:40.646 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: disabled 2023-12-25T20:56:40.653 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2023-12-25T20:56:40.654 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld.service is not enabled 2023-12-25T20:56:40.654 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T20:56:40.662 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: disabled 2023-12-25T20:56:40.669 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2023-12-25T20:56:40.670 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld.service is not enabled 2023-12-25T20:56:40.670 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-25T20:56:40.670 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr to start... 2023-12-25T20:56:40.670 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr... 2023-12-25T20:56:41.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:39.672345+0000 mon.smithi078 (mon.0) 6 : audit [INF] from='client.? 172.21.15.78:0/2269845584' entity='client.admin' 2023-12-25T20:56:41.092 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:41.092 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2023-12-25T20:56:41.092 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsid": "03094dc8-a368-11ee-95a5-87774f69a715", 2023-12-25T20:56:41.092 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:56:41.092 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:56:41.092 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 0 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "smithi078" 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:56:41.093 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:56:41.094 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": false, 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "nfs", 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:56:41.095 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2023-12-25T20:56:41.096 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:56:41.096 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:41.096 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:56:41.096 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:41.096 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:56:35.675568+0000", 2023-12-25T20:56:41.096 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:56:41.096 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:41.096 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:56:41.096 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2023-12-25T20:56:41.419 INFO:teuthology.orchestra.run.smithi078.stderr:mgr not available, waiting (1/15)... 2023-12-25T20:56:41.954 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:41.087027+0000 mon.smithi078 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.78:0/4122458622' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:56:43.822 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:43.822 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2023-12-25T20:56:43.822 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsid": "03094dc8-a368-11ee-95a5-87774f69a715", 2023-12-25T20:56:43.822 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:56:43.822 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:56:43.823 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:56:43.823 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:56:43.823 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:43.823 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:56:43.823 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:56:43.823 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 0 2023-12-25T20:56:43.823 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2023-12-25T20:56:43.823 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:56:43.823 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "smithi078" 2023-12-25T20:56:43.824 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2023-12-25T20:56:43.824 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-25T20:56:43.824 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:56:43.824 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:43.824 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:56:43.824 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:56:43.824 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:43.824 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:56:43.825 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": false, 2023-12-25T20:56:43.826 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:56:43.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:56:43.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:56:43.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "nfs", 2023-12-25T20:56:43.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:56:43.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2023-12-25T20:56:43.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:56:43.827 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:43.828 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:56:43.828 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:43.828 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:56:35.675568+0000", 2023-12-25T20:56:43.828 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:56:43.828 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:43.828 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:56:43.828 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2023-12-25T20:56:44.096 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:43.814377+0000 mon.smithi078 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.78:0/1956161814' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:56:44.168 INFO:teuthology.orchestra.run.smithi078.stderr:mgr not available, waiting (2/15)... 2023-12-25T20:56:46.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:45.962904+0000 mon.smithi078 (mon.0) 9 : cluster [INF] Activating manager daemon smithi078.lrdjax 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:45.965346+0000 mon.smithi078 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi078.lrdjax(active, starting, since 0.00254643s) 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:45.966159+0000 mon.smithi078 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.78:0/1319172039' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:45.966335+0000 mon.smithi078 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.78:0/1319172039' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:45.966457+0000 mon.smithi078 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.78:0/1319172039' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:45.966594+0000 mon.smithi078 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.78:0/1319172039' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:45.966988+0000 mon.smithi078 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.78:0/1319172039' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr metadata", "who": "smithi078.lrdjax", "id": "smithi078.lrdjax"}]: dispatch 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:45.980576+0000 mon.smithi078 (mon.0) 16 : cluster [INF] Manager daemon smithi078.lrdjax is now available 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:45.989072+0000 mon.smithi078 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.78:0/1319172039' entity='mgr.smithi078.lrdjax' 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:45.994719+0000 mon.smithi078 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.78:0/1319172039' entity='mgr.smithi078.lrdjax' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.lrdjax/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:45.997519+0000 mon.smithi078 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.78:0/1319172039' entity='mgr.smithi078.lrdjax' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.lrdjax/trash_purge_schedule"}]: dispatch 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:46.003143+0000 mon.smithi078 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.78:0/1319172039' entity='mgr.smithi078.lrdjax' 2023-12-25T20:56:46.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:46.005914+0000 mon.smithi078 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.78:0/1319172039' entity='mgr.smithi078.lrdjax' 2023-12-25T20:56:47.721 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsid": "03094dc8-a368-11ee-95a5-87774f69a715", 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 0 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "smithi078" 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2023-12-25T20:56:47.722 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-12-25T20:56:47.723 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:56:47.723 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:47.723 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:56:47.723 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:56:47.723 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:47.723 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:56:47.723 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:47.723 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:56:47.723 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:56:47.723 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:56:47.726 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:56:47.726 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:56:47.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:56:47.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:47.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:56:47.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:56:47.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:56:47.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:56:47.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:56:47.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:56:47.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:56:47.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:56:47.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "nfs", 2023-12-25T20:56:47.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:56:47.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2023-12-25T20:56:47.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:56:47.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:47.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:56:47.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:56:47.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:56:35.675568+0000", 2023-12-25T20:56:47.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:56:47.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2023-12-25T20:56:47.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:56:47.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2023-12-25T20:56:48.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:46.968146+0000 mon.smithi078 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi078.lrdjax(active, since 1.00534s) 2023-12-25T20:56:48.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:47.719261+0000 mon.smithi078 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.78:0/493452629' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:56:48.085 INFO:teuthology.orchestra.run.smithi078.stderr:mgr is available 2023-12-25T20:56:48.611 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:48.611 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [global] 2023-12-25T20:56:48.611 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: fsid = 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:56:48.612 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T20:56:48.612 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T20:56:48.612 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T20:56:48.612 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T20:56:48.612 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:48.612 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [mgr] 2023-12-25T20:56:48.612 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T20:56:48.612 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2023-12-25T20:56:48.612 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [osd] 2023-12-25T20:56:48.612 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T20:56:48.612 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T20:56:48.951 INFO:teuthology.orchestra.run.smithi078.stderr:Enabling cephadm module... 2023-12-25T20:56:49.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:48.610219+0000 mon.smithi078 (mon.0) 24 : audit [INF] from='client.? 172.21.15.78:0/637402588' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T20:56:50.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:48.969799+0000 mon.smithi078 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi078.lrdjax(active, since 3s) 2023-12-25T20:56:50.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:49.494138+0000 mon.smithi078 (mon.0) 26 : audit [INF] from='client.? 172.21.15.78:0/1499156833' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-25T20:56:51.162 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2023-12-25T20:56:51.162 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-25T20:56:51.162 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:56:51.162 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "active_name": "smithi078.lrdjax", 2023-12-25T20:56:51.163 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T20:56:51.163 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2023-12-25T20:56:51.444 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:50.259116+0000 mon.smithi078 (mon.0) 27 : audit [INF] from='client.? 172.21.15.78:0/1499156833' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-25T20:56:51.445 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:50.259172+0000 mon.smithi078 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi078.lrdjax(active, since 4s) 2023-12-25T20:56:51.445 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:51.161928+0000 mon.smithi078 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.78:0/3005339554' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T20:56:51.517 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for the mgr to restart... 2023-12-25T20:56:51.518 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr epoch 5... 2023-12-25T20:56:56.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:55.668961+0000 mon.smithi078 (mon.0) 30 : cluster [INF] Active manager daemon smithi078.lrdjax restarted 2023-12-25T20:56:56.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:55.669177+0000 mon.smithi078 (mon.0) 31 : cluster [INF] Activating manager daemon smithi078.lrdjax 2023-12-25T20:56:56.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:55.672079+0000 mon.smithi078 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-25T20:56:56.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:55.672192+0000 mon.smithi078 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi078.lrdjax(active, starting, since 0.00308962s) 2023-12-25T20:56:56.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.673111+0000 mon.smithi078 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-12-25T20:56:56.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.673704+0000 mon.smithi078 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr metadata", "who": "smithi078.lrdjax", "id": "smithi078.lrdjax"}]: dispatch 2023-12-25T20:56:56.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.674369+0000 mon.smithi078 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:56:56.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.674513+0000 mon.smithi078 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:56:56.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.674647+0000 mon.smithi078 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:56:56.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:55.688526+0000 mon.smithi078 (mon.0) 39 : cluster [INF] Manager daemon smithi078.lrdjax is now available 2023-12-25T20:56:56.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.700700+0000 mon.smithi078 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:56:56.681 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2023-12-25T20:56:56.681 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-25T20:56:56.682 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T20:56:56.682 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2023-12-25T20:56:56.969 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:56:55.698032+0000 mgr.smithi078.lrdjax (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-25T20:56:56.970 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.785433+0000 mon.smithi078 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:56:56.970 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.786380+0000 mon.smithi078 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:56:56.970 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.787566+0000 mon.smithi078 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:56:56.970 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.789190+0000 mon.smithi078 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:56:56.970 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.803211+0000 mon.smithi078 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.lrdjax/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:56:56.970 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:55.805818+0000 mon.smithi078 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.lrdjax/trash_purge_schedule"}]: dispatch 2023-12-25T20:56:56.970 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:56.674494+0000 mon.smithi078 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi078.lrdjax(active, since 1.00539s) 2023-12-25T20:56:57.042 INFO:teuthology.orchestra.run.smithi078.stderr:mgr epoch 5 is available 2023-12-25T20:56:57.042 INFO:teuthology.orchestra.run.smithi078.stderr:Setting orchestrator backend to cephadm... 2023-12-25T20:56:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:56.673745+0000 mgr.smithi078.lrdjax (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T20:56:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:56.680831+0000 mgr.smithi078.lrdjax (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T20:56:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:57.535778+0000 mon.smithi078 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:56:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:57.561165+0000 mon.smithi078 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:56:59.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:56:57.531967+0000 mgr.smithi078.lrdjax (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-25T20:56:59.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:56:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:56:58.537184+0000 mon.smithi078 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi078.lrdjax(active, since 2s) 2023-12-25T20:57:00.354 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: value unchanged 2023-12-25T20:57:01.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:00.354524+0000 mgr.smithi078.lrdjax (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:02.973 INFO:teuthology.orchestra.run.smithi078.stderr:Generating ssh key... 2023-12-25T20:57:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:04.369354+0000 mgr.smithi078.lrdjax (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:04.369582+0000 mgr.smithi078.lrdjax (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-25T20:57:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:04.559380+0000 mon.smithi078 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:04.561884+0000 mon.smithi078 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:07.334 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTA1B+sG/s1w1lIKXVCvdtTDbwRWEZxew3ZgjvZoH1Qt0J1k2DzCROdIxDxbmiwPkCos1J3sp/DHMZquGfbhrKjhf02zeqHqoBHOCPBS/UuCJglKtpOWTAVRbxZ5LvSW77AT6711hWYTOgYLOOb4t5n9Pd0YW1sPS8pQMvKQTHLT9V1COX3CKBVeh8gVNhWosz6l+R6JwwEobtD0gUJFzNFzwFlWsFHwIAPSyH74z8ig3+QgFzWqxn//t8htBG6CQNfnY0YnXFErJ7/zlcJTZbCwK7Q0PyTJx40A4HDcI3mq7x/SiZjy2ZbQb/6tcPuuArEXbV7Xx1qHtQtydqOHy2sNJB4eQe0Nd8ZB8y91LwFoWKG9oPTVfoOJwLr3IdwdnyiZWRrddSGjdQvZvfy6DxV6JBLVZ8IqAggZhk2RTt8qKwYURYSnHgfWi+ZMGjPmbBXhtuEOb0pLrHgBnmDgzxu8sUNTIL0Gkt0ULFXsEfdqRLOOP+u1UJ4lKYeZZ032c= ceph-03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:57:07.683 INFO:teuthology.orchestra.run.smithi078.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-25T20:57:07.683 INFO:teuthology.orchestra.run.smithi078.stderr:Adding key to root@localhost authorized_keys... 2023-12-25T20:57:07.684 INFO:teuthology.orchestra.run.smithi078.stderr:Adding host smithi078... 2023-12-25T20:57:08.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:07.334409+0000 mgr.smithi078.lrdjax (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:08.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:08.179613+0000 mgr.smithi078.lrdjax (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi078", "addr": "172.21.15.78", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:08.787 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Added host 'smithi078' with addr '172.21.15.78' 2023-12-25T20:57:09.094 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying mon service with default placement... 2023-12-25T20:57:09.643 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-25T20:57:09.947 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:08.785733+0000 mon.smithi078 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:09.947 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:08.786018+0000 mgr.smithi078.lrdjax (mgr.14116) 10 : cephadm [INF] Added host smithi078 2023-12-25T20:57:09.947 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:08.809088+0000 mon.smithi078 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:57:09.948 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:09.642685+0000 mon.smithi078 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:10.099 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying mgr service with default placement... 2023-12-25T20:57:10.802 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-25T20:57:11.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:09.639380+0000 mgr.smithi078.lrdjax (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:11.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:09.640592+0000 mgr.smithi078.lrdjax (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-25T20:57:11.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:10.616519+0000 mon.smithi078 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:11.189 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying crash service with default placement... 2023-12-25T20:57:11.809 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-25T20:57:12.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:10.798687+0000 mgr.smithi078.lrdjax (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:12.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:10.799588+0000 mgr.smithi078.lrdjax (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-25T20:57:12.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:10.802026+0000 mon.smithi078 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:12.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:10.854376+0000 mon.smithi078 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:12.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:11.728778+0000 mon.smithi078 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:12.165 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying prometheus service with default placement... 2023-12-25T20:57:12.743 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-25T20:57:13.025 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:11.805646+0000 mgr.smithi078.lrdjax (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:13.025 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:11.806625+0000 mgr.smithi078.lrdjax (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-25T20:57:13.025 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:11.809117+0000 mon.smithi078 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:13.026 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:12.742964+0000 mon.smithi078 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:13.114 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying grafana service with default placement... 2023-12-25T20:57:13.613 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-25T20:57:13.964 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying node-exporter service with default placement... 2023-12-25T20:57:14.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:12.739968+0000 mgr.smithi078.lrdjax (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:14.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:12.740801+0000 mgr.smithi078.lrdjax (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-25T20:57:14.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:13.612911+0000 mon.smithi078 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:14.469 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-25T20:57:14.831 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying alertmanager service with default placement... 2023-12-25T20:57:15.329 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-25T20:57:15.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:13.609983+0000 mgr.smithi078.lrdjax (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:15.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:13.610766+0000 mgr.smithi078.lrdjax (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-25T20:57:15.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:14.469370+0000 mon.smithi078 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:16.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:14.466147+0000 mgr.smithi078.lrdjax (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:16.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:14.466994+0000 mgr.smithi078.lrdjax (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-25T20:57:16.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:15.329200+0000 mon.smithi078 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.78:0/691544446' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:16.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:16.177525+0000 mon.smithi078 (mon.0) 65 : audit [INF] from='client.? 172.21.15.78:0/3396454538' entity='client.admin' 2023-12-25T20:57:17.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:15.326228+0000 mgr.smithi078.lrdjax (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:17.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:15.327068+0000 mgr.smithi078.lrdjax (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-25T20:57:17.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:15.675832+0000 mgr.smithi078.lrdjax (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:57:17.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:17.002938+0000 mon.smithi078 (mon.0) 66 : audit [INF] from='client.? 172.21.15.78:0/3084648026' entity='client.admin' 2023-12-25T20:57:17.363 INFO:teuthology.orchestra.run.smithi078.stderr:Enabling the dashboard module... 2023-12-25T20:57:18.524 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:17.901308+0000 mon.smithi078 (mon.0) 67 : audit [INF] from='client.? 172.21.15.78:0/1754582122' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-25T20:57:19.175 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2023-12-25T20:57:19.175 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-25T20:57:19.175 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:57:19.175 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "active_name": "smithi078.lrdjax", 2023-12-25T20:57:19.175 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T20:57:19.175 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2023-12-25T20:57:19.478 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:18.268296+0000 mon.smithi078 (mon.0) 68 : audit [INF] from='client.? 172.21.15.78:0/1754582122' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-25T20:57:19.478 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:18.268363+0000 mon.smithi078 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi078.lrdjax(active, since 22s) 2023-12-25T20:57:19.478 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:19.174477+0000 mon.smithi078 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.78:0/2778510786' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T20:57:19.514 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for the mgr to restart... 2023-12-25T20:57:19.514 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr epoch 9... 2023-12-25T20:57:24.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:23.661019+0000 mon.smithi078 (mon.0) 71 : cluster [INF] Active manager daemon smithi078.lrdjax restarted 2023-12-25T20:57:24.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:23.661243+0000 mon.smithi078 (mon.0) 72 : cluster [INF] Activating manager daemon smithi078.lrdjax 2023-12-25T20:57:24.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:23.664535+0000 mon.smithi078 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-25T20:57:24.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:23.664642+0000 mon.smithi078 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi078.lrdjax(active, starting, since 0.00348757s) 2023-12-25T20:57:24.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:23.665572+0000 mon.smithi078 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-12-25T20:57:24.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:23.666159+0000 mon.smithi078 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr metadata", "who": "smithi078.lrdjax", "id": "smithi078.lrdjax"}]: dispatch 2023-12-25T20:57:24.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:23.666786+0000 mon.smithi078 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:57:24.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:23.666973+0000 mon.smithi078 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:57:24.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:23.667100+0000 mon.smithi078 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:57:24.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:23.680586+0000 mon.smithi078 (mon.0) 80 : cluster [INF] Manager daemon smithi078.lrdjax is now available 2023-12-25T20:57:24.672 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2023-12-25T20:57:24.672 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-25T20:57:24.672 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T20:57:24.672 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2023-12-25T20:57:25.013 INFO:teuthology.orchestra.run.smithi078.stderr:mgr epoch 9 is available 2023-12-25T20:57:25.014 INFO:teuthology.orchestra.run.smithi078.stderr:Generating a dashboard self-signed certificate... 2023-12-25T20:57:25.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:23.776117+0000 mon.smithi078 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:57:25.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:23.777455+0000 mon.smithi078 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:57:25.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:23.802088+0000 mon.smithi078 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.lrdjax/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:57:25.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:23.805259+0000 mon.smithi078 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.lrdjax/trash_purge_schedule"}]: dispatch 2023-12-25T20:57:25.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:24.636042+0000 mon.smithi078 (mon.0) 85 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:25.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:24.665791+0000 mon.smithi078 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi078.lrdjax(active, since 1.00463s) 2023-12-25T20:57:25.747 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-25T20:57:26.007 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:24.665282+0000 mgr.smithi078.lrdjax (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T20:57:26.007 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:24.671746+0000 mgr.smithi078.lrdjax (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T20:57:26.088 INFO:teuthology.orchestra.run.smithi078.stderr:Creating initial admin user... 2023-12-25T20:57:26.878 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$/D9gRmjqOOfCeeq6mTkRHOwuwXJRWxMcGdRzMzo8UGpZfSzTWYpDa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703537846, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-25T20:57:27.028 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:25.643555+0000 mgr.smithi078.lrdjax (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:27.028 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:25.717904+0000 mon.smithi078 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi078.lrdjax(active, since 2s) 2023-12-25T20:57:27.028 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:25.740852+0000 mon.smithi078 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:27.028 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:25.746746+0000 mon.smithi078 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:27.220 INFO:teuthology.orchestra.run.smithi078.stderr:Fetching dashboard port number... 2023-12-25T20:57:27.723 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 8443 2023-12-25T20:57:28.039 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:26.658396+0000 mgr.smithi078.lrdjax (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:57:28.040 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:26.878459+0000 mon.smithi078 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:28.040 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:27.723424+0000 mon.smithi078 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.78:0/1207480180' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-25T20:57:28.097 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: disabled 2023-12-25T20:57:28.103 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2023-12-25T20:57:28.103 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld.service is not enabled 2023-12-25T20:57:28.104 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-25T20:57:28.105 INFO:teuthology.orchestra.run.smithi078.stderr:Ceph Dashboard is now available at: 2023-12-25T20:57:28.106 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T20:57:28.106 INFO:teuthology.orchestra.run.smithi078.stderr: URL: https://smithi078:8443/ 2023-12-25T20:57:28.106 INFO:teuthology.orchestra.run.smithi078.stderr: User: admin 2023-12-25T20:57:28.106 INFO:teuthology.orchestra.run.smithi078.stderr: Password: 40spx27k3h 2023-12-25T20:57:28.106 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T20:57:28.106 INFO:teuthology.orchestra.run.smithi078.stderr:Enabling autotune for osd_memory_target 2023-12-25T20:57:29.581 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr:Or, if you are only running a single cluster on this host: 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr: ceph telemetry on 2023-12-25T20:57:29.929 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T20:57:29.930 INFO:teuthology.orchestra.run.smithi078.stderr:For more information see: 2023-12-25T20:57:29.930 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T20:57:29.930 INFO:teuthology.orchestra.run.smithi078.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-25T20:57:29.930 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T20:57:29.930 INFO:teuthology.orchestra.run.smithi078.stderr:Bootstrap complete. 2023-12-25T20:57:29.964 INFO:tasks.cephadm:Fetching config... 2023-12-25T20:57:29.965 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:57:29.965 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-25T20:57:29.983 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-25T20:57:29.983 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:57:29.983 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-25T20:57:30.041 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-25T20:57:30.041 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:57:30.041 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/keyring of=/dev/stdout 2023-12-25T20:57:30.112 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-25T20:57:30.112 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:57:30.112 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-25T20:57:30.169 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-25T20:57:30.169 DEBUG:teuthology.orchestra.run.smithi078:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTA1B+sG/s1w1lIKXVCvdtTDbwRWEZxew3ZgjvZoH1Qt0J1k2DzCROdIxDxbmiwPkCos1J3sp/DHMZquGfbhrKjhf02zeqHqoBHOCPBS/UuCJglKtpOWTAVRbxZ5LvSW77AT6711hWYTOgYLOOb4t5n9Pd0YW1sPS8pQMvKQTHLT9V1COX3CKBVeh8gVNhWosz6l+R6JwwEobtD0gUJFzNFzwFlWsFHwIAPSyH74z8ig3+QgFzWqxn//t8htBG6CQNfnY0YnXFErJ7/zlcJTZbCwK7Q0PyTJx40A4HDcI3mq7x/SiZjy2ZbQb/6tcPuuArEXbV7Xx1qHtQtydqOHy2sNJB4eQe0Nd8ZB8y91LwFoWKG9oPTVfoOJwLr3IdwdnyiZWRrddSGjdQvZvfy6DxV6JBLVZ8IqAggZhk2RTt8qKwYURYSnHgfWi+ZMGjPmbBXhtuEOb0pLrHgBnmDgzxu8sUNTIL0Gkt0ULFXsEfdqRLOOP+u1UJ4lKYeZZ032c= ceph-03094dc8-a368-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T20:57:30.246 INFO:teuthology.orchestra.run.smithi078.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTA1B+sG/s1w1lIKXVCvdtTDbwRWEZxew3ZgjvZoH1Qt0J1k2DzCROdIxDxbmiwPkCos1J3sp/DHMZquGfbhrKjhf02zeqHqoBHOCPBS/UuCJglKtpOWTAVRbxZ5LvSW77AT6711hWYTOgYLOOb4t5n9Pd0YW1sPS8pQMvKQTHLT9V1COX3CKBVeh8gVNhWosz6l+R6JwwEobtD0gUJFzNFzwFlWsFHwIAPSyH74z8ig3+QgFzWqxn//t8htBG6CQNfnY0YnXFErJ7/zlcJTZbCwK7Q0PyTJx40A4HDcI3mq7x/SiZjy2ZbQb/6tcPuuArEXbV7Xx1qHtQtydqOHy2sNJB4eQe0Nd8ZB8y91LwFoWKG9oPTVfoOJwLr3IdwdnyiZWRrddSGjdQvZvfy6DxV6JBLVZ8IqAggZhk2RTt8qKwYURYSnHgfWi+ZMGjPmbBXhtuEOb0pLrHgBnmDgzxu8sUNTIL0Gkt0ULFXsEfdqRLOOP+u1UJ4lKYeZZ032c= ceph-03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:57:30.258 DEBUG:teuthology.orchestra.run.smithi194:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTA1B+sG/s1w1lIKXVCvdtTDbwRWEZxew3ZgjvZoH1Qt0J1k2DzCROdIxDxbmiwPkCos1J3sp/DHMZquGfbhrKjhf02zeqHqoBHOCPBS/UuCJglKtpOWTAVRbxZ5LvSW77AT6711hWYTOgYLOOb4t5n9Pd0YW1sPS8pQMvKQTHLT9V1COX3CKBVeh8gVNhWosz6l+R6JwwEobtD0gUJFzNFzwFlWsFHwIAPSyH74z8ig3+QgFzWqxn//t8htBG6CQNfnY0YnXFErJ7/zlcJTZbCwK7Q0PyTJx40A4HDcI3mq7x/SiZjy2ZbQb/6tcPuuArEXbV7Xx1qHtQtydqOHy2sNJB4eQe0Nd8ZB8y91LwFoWKG9oPTVfoOJwLr3IdwdnyiZWRrddSGjdQvZvfy6DxV6JBLVZ8IqAggZhk2RTt8qKwYURYSnHgfWi+ZMGjPmbBXhtuEOb0pLrHgBnmDgzxu8sUNTIL0Gkt0ULFXsEfdqRLOOP+u1UJ4lKYeZZ032c= ceph-03094dc8-a368-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T20:57:30.306 INFO:teuthology.orchestra.run.smithi194.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTA1B+sG/s1w1lIKXVCvdtTDbwRWEZxew3ZgjvZoH1Qt0J1k2DzCROdIxDxbmiwPkCos1J3sp/DHMZquGfbhrKjhf02zeqHqoBHOCPBS/UuCJglKtpOWTAVRbxZ5LvSW77AT6711hWYTOgYLOOb4t5n9Pd0YW1sPS8pQMvKQTHLT9V1COX3CKBVeh8gVNhWosz6l+R6JwwEobtD0gUJFzNFzwFlWsFHwIAPSyH74z8ig3+QgFzWqxn//t8htBG6CQNfnY0YnXFErJ7/zlcJTZbCwK7Q0PyTJx40A4HDcI3mq7x/SiZjy2ZbQb/6tcPuuArEXbV7Xx1qHtQtydqOHy2sNJB4eQe0Nd8ZB8y91LwFoWKG9oPTVfoOJwLr3IdwdnyiZWRrddSGjdQvZvfy6DxV6JBLVZ8IqAggZhk2RTt8qKwYURYSnHgfWi+ZMGjPmbBXhtuEOb0pLrHgBnmDgzxu8sUNTIL0Gkt0ULFXsEfdqRLOOP+u1UJ4lKYeZZ032c= ceph-03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:57:30.319 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-25T20:57:30.902 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:29.578508+0000 mon.smithi078 (mon.0) 92 : audit [INF] from='client.? 172.21.15.78:0/2761882804' entity='client.admin' 2023-12-25T20:57:32.040 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:30.581098+0000 mon.smithi078 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi078.lrdjax(active, since 6s) 2023-12-25T20:57:32.103 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-25T20:57:32.103 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-25T20:57:33.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:31.739592+0000 mon.smithi078 (mon.0) 94 : audit [INF] from='client.? 172.21.15.78:0/3700987449' entity='client.admin' 2023-12-25T20:57:33.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:31.782514+0000 mon.smithi078 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:33.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:32.208699+0000 mon.smithi078 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:57:33.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:32.214618+0000 mon.smithi078 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:33.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:32.227915+0000 mgr.smithi078.lrdjax (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi078 on smithi078 2023-12-25T20:57:34.041 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi194 2023-12-25T20:57:34.042 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-25T20:57:34.042 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.conf 2023-12-25T20:57:34.062 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-25T20:57:34.062 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:57:34.123 INFO:tasks.cephadm:Adding host smithi194 to orchestrator... 2023-12-25T20:57:34.123 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch host add smithi194 2023-12-25T20:57:35.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:33.672234+0000 mgr.smithi078.lrdjax (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-25T20:57:35.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:33.674543+0000 mon.smithi078 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:39.779 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:38.400820+0000 mon.smithi078 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:39.779 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:38.402346+0000 mon.smithi078 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:57:39.779 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:38.403964+0000 mon.smithi078 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T20:57:39.779 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:38.404492+0000 mon.smithi078 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:57:39.779 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:38.404941+0000 mgr.smithi078.lrdjax (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi078 on smithi078 2023-12-25T20:57:39.779 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:38.801221+0000 mon.smithi078 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:41.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:39.941574+0000 mon.smithi078 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:41.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:40.038358+0000 mon.smithi078 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:41.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:40.040212+0000 mon.smithi078 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:41.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:40.042161+0000 mon.smithi078 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T20:57:41.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:40.042495+0000 mgr.smithi078.lrdjax (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T20:57:41.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:40.044883+0000 mon.smithi078 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:41.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:40.051442+0000 mgr.smithi078.lrdjax (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi078 on smithi078 2023-12-25T20:57:45.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:43.668032+0000 mgr.smithi078.lrdjax (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:57:45.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:43.804124+0000 mon.smithi078 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:47.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:45.668248+0000 mgr.smithi078.lrdjax (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:57:49.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:47.668516+0000 mgr.smithi078.lrdjax (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:57:51.461 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:49.668737+0000 mgr.smithi078.lrdjax (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:57:51.461 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:50.936930+0000 mon.smithi078 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:52.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:57:50.939037+0000 mgr.smithi078.lrdjax (mgr.14156) 14 : cephadm [INF] Deploying daemon node-exporter.smithi078 on smithi078 2023-12-25T20:57:53.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:51.668991+0000 mgr.smithi078.lrdjax (mgr.14156) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:57:54.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:53.348727+0000 mon.smithi078 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:54.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:53.350836+0000 mon.smithi078 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-25T20:57:54.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:53.669239+0000 mgr.smithi078.lrdjax (mgr.14156) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:57:54.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:53.808344+0000 mon.smithi078 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' 2023-12-25T20:57:55.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:54.352304+0000 mon.smithi078 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.78:0/3117934572' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-25T20:57:55.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:57:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:54.352359+0000 mon.smithi078 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi078.lrdjax(active, since 30s) 2023-12-25T20:58:00.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:59.639798+0000 mon.smithi078 (mon.0) 116 : cluster [INF] Active manager daemon smithi078.lrdjax restarted 2023-12-25T20:58:00.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:59.640015+0000 mon.smithi078 (mon.0) 117 : cluster [INF] Activating manager daemon smithi078.lrdjax 2023-12-25T20:58:00.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:59.648497+0000 mon.smithi078 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-25T20:58:00.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:59.648603+0000 mon.smithi078 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi078.lrdjax(active, starting, since 0.00867085s) 2023-12-25T20:58:00.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:59.649220+0000 mon.smithi078 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-12-25T20:58:00.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:59.649878+0000 mon.smithi078 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr metadata", "who": "smithi078.lrdjax", "id": "smithi078.lrdjax"}]: dispatch 2023-12-25T20:58:00.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:59.650465+0000 mon.smithi078 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:58:00.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:59.650625+0000 mon.smithi078 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:58:00.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:59.650774+0000 mon.smithi078 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:58:00.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:57:59.664441+0000 mon.smithi078 (mon.0) 125 : cluster [INF] Manager daemon smithi078.lrdjax is now available 2023-12-25T20:58:00.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:59.758898+0000 mon.smithi078 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:58:00.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:59.760195+0000 mon.smithi078 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:58:00.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:59.783604+0000 mon.smithi078 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:00.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:59.794852+0000 mon.smithi078 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.lrdjax/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:58:00.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:57:59.798859+0000 mon.smithi078 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.lrdjax/trash_purge_schedule"}]: dispatch 2023-12-25T20:58:02.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:00.648788+0000 mon.smithi078 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi078.lrdjax(active, since 1.00885s) 2023-12-25T20:58:02.979 INFO:teuthology.orchestra.run.smithi194.stdout:Added host 'smithi194' with addr '172.21.15.194' 2023-12-25T20:58:03.322 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:01.950989+0000 mon.smithi078 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:02.234554+0000 mon.smithi078 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:02.235348+0000 mon.smithi078 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:02.235944+0000 mon.smithi078 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:02.236946+0000 mgr.smithi078.lrdjax (mgr.14180) 1 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:02.264590+0000 mgr.smithi078.lrdjax (mgr.14180) 2 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:02.292906+0000 mon.smithi078 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:02.298168+0000 mon.smithi078 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:02.301829+0000 mon.smithi078 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:02.375475+0000 mgr.smithi078.lrdjax (mgr.14180) 3 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:02.652289+0000 mon.smithi078 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-25T20:58:03.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:02.652336+0000 mon.smithi078 (mon.0) 140 : cluster [DBG] mgrmap e17: smithi078.lrdjax(active, since 3s) 2023-12-25T20:58:04.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:02.661280+0000 mgr.smithi078.lrdjax (mgr.14180) 4 : cephadm [INF] Deploying daemon prometheus.smithi078 on smithi078 2023-12-25T20:58:04.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:02.977463+0000 mon.smithi078 (mon.0) 141 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:04.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:02.977765+0000 mgr.smithi078.lrdjax (mgr.14180) 5 : cephadm [INF] Added host smithi194 2023-12-25T20:58:04.624 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:58:04.624 INFO:teuthology.orchestra.run.smithi194.stdout:[{"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}, {"addr": "172.21.15.194", "hostname": "smithi194", "labels": [], "status": ""}] 2023-12-25T20:58:04.996 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-25T20:58:04.997 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-25T20:58:05.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:04.623365+0000 mgr.smithi078.lrdjax (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:58:08.219 INFO:teuthology.orchestra.run.smithi078.stderr:adjusted tunables profile to default 2023-12-25T20:58:08.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:08.161645+0000 mon.smithi078 (mon.0) 142 : audit [INF] from='client.? 172.21.15.78:0/836803993' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-25T20:58:08.778 INFO:tasks.cephadm:Adding mon.smithi078 on smithi078 2023-12-25T20:58:08.779 INFO:tasks.cephadm:Adding mon.smithi194 on smithi194 2023-12-25T20:58:08.779 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi078:172.21.15.78=smithi078;smithi194:172.21.15.194=smithi194' 2023-12-25T20:58:09.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:08.216387+0000 mon.smithi078 (mon.0) 143 : audit [INF] from='client.? 172.21.15.78:0/836803993' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-25T20:58:09.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:08.216445+0000 mon.smithi078 (mon.0) 144 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T20:58:10.082 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled mon update... 2023-12-25T20:58:10.474 DEBUG:teuthology.orchestra.run.smithi194:mon.smithi194> sudo journalctl -f -n 0 -u ceph-03094dc8-a368-11ee-95a5-87774f69a715@mon.smithi194.service 2023-12-25T20:58:10.477 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:58:10.477 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:58:10.505 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:-- Logs begin at Mon 2023-12-25 20:47:22 UTC. -- 2023-12-25T20:58:11.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:10.077569+0000 mgr.smithi078.lrdjax (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi078:172.21.15.78=smithi078;smithi194:172.21.15.194=smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:58:11.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:10.079643+0000 mgr.smithi078.lrdjax (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi078:172.21.15.78=smithi078;smithi194:172.21.15.194=smithi194;count:2 2023-12-25T20:58:11.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:10.082098+0000 mon.smithi078 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:11.892 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:58:11.892 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"03094dc8-a368-11ee-95a5-87774f69a715","modified":"2023-12-25T20:56:33.797377Z","created":"2023-12-25T20:56:33.797377Z","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":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:58:11.894 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-12-25T20:58:12.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:11.231672+0000 mon.smithi078 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:12.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:11.232758+0000 mon.smithi078 (mon.0) 147 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:58:12.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:11.674255+0000 mon.smithi078 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:12.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:11.892416+0000 mon.smithi078 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.194:0/1325298739' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:58:12.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:11.928462+0000 mon.smithi078 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:13.266 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:58:13.266 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:58:14.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:13.532571+0000 mon.smithi078 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:14.853 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:58:14.853 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"03094dc8-a368-11ee-95a5-87774f69a715","modified":"2023-12-25T20:56:33.797377Z","created":"2023-12-25T20:56:33.797377Z","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":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:58:14.853 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:14.669628+0000 mon.smithi078 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:14.786392+0000 mon.smithi078 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:14.851414+0000 mon.smithi078 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.194:0/638791022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:15.098335+0000 mon.smithi078 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:15.099251+0000 mon.smithi078 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:15.100343+0000 mon.smithi078 (mon.0) 157 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:15.101130+0000 mon.smithi078 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:15.102437+0000 mgr.smithi078.lrdjax (mgr.14180) 9 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:15.133470+0000 mgr.smithi078.lrdjax (mgr.14180) 10 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:15.214331+0000 mon.smithi078 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:15.217944+0000 mon.smithi078 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:16.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:15.219748+0000 mon.smithi078 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:58:16.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:15.222536+0000 mon.smithi078 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T20:58:16.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:15.223343+0000 mon.smithi078 (mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:16.080 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:15.224045+0000 mgr.smithi078.lrdjax (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi194 on smithi194 2023-12-25T20:58:16.275 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:58:16.275 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:58:18.323 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:58:18.323 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"03094dc8-a368-11ee-95a5-87774f69a715","modified":"2023-12-25T20:56:33.797377Z","created":"2023-12-25T20:56:33.797377Z","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":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:58:18.325 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-12-25T20:58:19.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:17.611830+0000 mon.smithi078 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:19.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:17.614123+0000 mon.smithi078 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.wupjbo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T20:58:19.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:17.616842+0000 mon.smithi078 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.wupjbo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-25T20:58:19.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:17.617638+0000 mon.smithi078 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T20:58:19.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:17.618591+0000 mon.smithi078 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:19.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:17.619262+0000 mgr.smithi078.lrdjax (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi194.wupjbo on smithi194 2023-12-25T20:58:19.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:18.323217+0000 mon.smithi078 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.194:0/2592082884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:58:20.022 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:58:20.023 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:58:20.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:19.463249+0000 mon.smithi078 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:20.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:19.465227+0000 mon.smithi078 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T20:58:20.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:19.466013+0000 mon.smithi078 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:20.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:19.466659+0000 mgr.smithi078.lrdjax (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi194 on smithi194 2023-12-25T20:58:20.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:19.652117+0000 mgr.smithi078.lrdjax (mgr.14180) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:20.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:19.790475+0000 mon.smithi078 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:22.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 systemd[1]: Started Ceph mon.smithi194 for 03094dc8-a368-11ee-95a5-87774f69a715. 2023-12-25T20:58:22.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.844+0000 7fdf893b0880 1 mon.smithi194@-1(???) e0 preinit fsid 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:58:22.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.875+0000 7fdf729bb700 0 mon.smithi194@-1(synchronizing).mds e1 new map 2023-12-25T20:58:22.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.875+0000 7fdf729bb700 0 mon.smithi194@-1(synchronizing).mds e1 print_map 2023-12-25T20:58:22.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: e1 2023-12-25T20:58:22.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: legacy client fscid: -1 2023-12-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 2023-12-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: No filesystems configured 2023-12-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 2023-12-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.875+0000 7fdf729bb700 1 mon.smithi194@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.875+0000 7fdf729bb700 1 mon.smithi194@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.876+0000 7fdf729bb700 1 mon.smithi194@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.876+0000 7fdf729bb700 1 mon.smithi194@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.876+0000 7fdf729bb700 1 mon.smithi194@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.876+0000 7fdf729bb700 1 mon.smithi194@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-25T20:58:22.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.876+0000 7fdf729bb700 1 mon.smithi194@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-25T20:58:22.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.878+0000 7fdf729bb700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T20:58:22.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.878+0000 7fdf729bb700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:58:22.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.878+0000 7fdf729bb700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:58:22.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.878+0000 7fdf729bb700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:58:22.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:19.463249+0000 mon.smithi078 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:22.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:19.465227+0000 mon.smithi078 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T20:58:22.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:19.466013+0000 mon.smithi078 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:22.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:58:19.466659+0000 mgr.smithi078.lrdjax (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi194 on smithi194 2023-12-25T20:58:22.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:19.652117+0000 mgr.smithi078.lrdjax (mgr.14180) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:22.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:19.790475+0000 mon.smithi078 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:22.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T20:58:21.878+0000 7fdf729bb700 1 mon.smithi194@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-25T20:58:26.936 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-25T20:58:26.936 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":2,"fsid":"03094dc8-a368-11ee-95a5-87774f69a715","modified":"2023-12-25T20:58:21.886087Z","created":"2023-12-25T20:56:33.797377Z","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":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi194","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-25T20:58:26.938 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 2 2023-12-25T20:58:27.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:21.652382+0000 mgr.smithi078.lrdjax (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:27.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:21.888602+0000 mon.smithi078 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-12-25T20:58:27.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:21.888763+0000 mon.smithi078 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:21.888865+0000 mon.smithi078 (mon.0) 177 : cluster [INF] mon.smithi078 calling monitor election 2023-12-25T20:58:27.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:21.907933+0000 mon.smithi078 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.194:0/2683857817' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:58:27.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:22.884705+0000 mon.smithi078 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:23.652703+0000 mgr.smithi078.lrdjax (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:27.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:23.884663+0000 mon.smithi078 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:23.887123+0000 mon.smithi194 (mon.1) 1 : cluster [INF] mon.smithi194 calling monitor election 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:24.884797+0000 mon.smithi078 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:24.947203+0000 mon.smithi078 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.194:0/2668889616' entity='mgr.smithi194.wupjbo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.wupjbo/crt"}]: dispatch 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:25.653092+0000 mgr.smithi078.lrdjax (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:25.885189+0000 mon.smithi078 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:26.885134+0000 mon.smithi078 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:26.915410+0000 mon.smithi078 (mon.0) 185 : cluster [INF] mon.smithi078 is new leader, mons smithi078,smithi194 in quorum (ranks 0,1) 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:26.921922+0000 mon.smithi078 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],smithi194=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:26.933599+0000 mon.smithi078 (mon.0) 187 : cluster [DBG] fsmap 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:26.933639+0000 mon.smithi078 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:26.933890+0000 mon.smithi078 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi078.lrdjax(active, since 27s) 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:26.935158+0000 mon.smithi078 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi194.wupjbo started 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:26.936237+0000 mon.smithi078 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.194:0/2668889616' entity='mgr.smithi194.wupjbo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:26.937710+0000 mon.smithi078 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-25T20:58:27.318 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:26.938152+0000 mon.smithi078 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.194:0/2668889616' entity='mgr.smithi194.wupjbo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.wupjbo/key"}]: dispatch 2023-12-25T20:58:27.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:26.938655+0000 mon.smithi078 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.194:0/2668889616' entity='mgr.smithi194.wupjbo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T20:58:27.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:26.941218+0000 mon.smithi078 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:27.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:21.652382+0000 mgr.smithi078.lrdjax (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:27.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:21.888602+0000 mon.smithi078 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2023-12-25T20:58:27.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:21.888763+0000 mon.smithi078 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:21.888865+0000 mon.smithi078 (mon.0) 177 : cluster [INF] mon.smithi078 calling monitor election 2023-12-25T20:58:27.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:21.907933+0000 mon.smithi078 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.194:0/2683857817' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:58:27.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:22.884705+0000 mon.smithi078 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:23.652703+0000 mgr.smithi078.lrdjax (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:27.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:23.884663+0000 mon.smithi078 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:23.887123+0000 mon.smithi194 (mon.1) 1 : cluster [INF] mon.smithi194 calling monitor election 2023-12-25T20:58:27.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:24.884797+0000 mon.smithi078 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:24.947203+0000 mon.smithi078 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.194:0/2668889616' entity='mgr.smithi194.wupjbo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.wupjbo/crt"}]: dispatch 2023-12-25T20:58:27.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:25.653092+0000 mgr.smithi078.lrdjax (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:27.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:25.885189+0000 mon.smithi078 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:26.885134+0000 mon.smithi078 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:27.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:26.915410+0000 mon.smithi078 (mon.0) 185 : cluster [INF] mon.smithi078 is new leader, mons smithi078,smithi194 in quorum (ranks 0,1) 2023-12-25T20:58:27.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:26.921922+0000 mon.smithi078 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],smithi194=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} 2023-12-25T20:58:27.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:26.933599+0000 mon.smithi078 (mon.0) 187 : cluster [DBG] fsmap 2023-12-25T20:58:27.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:26.933639+0000 mon.smithi078 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T20:58:27.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:26.933890+0000 mon.smithi078 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi078.lrdjax(active, since 27s) 2023-12-25T20:58:27.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:26.935158+0000 mon.smithi078 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi194.wupjbo started 2023-12-25T20:58:27.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:26.936237+0000 mon.smithi078 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.194:0/2668889616' entity='mgr.smithi194.wupjbo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T20:58:27.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:26.937710+0000 mon.smithi078 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-25T20:58:27.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:26.938152+0000 mon.smithi078 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.194:0/2668889616' entity='mgr.smithi194.wupjbo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.wupjbo/key"}]: dispatch 2023-12-25T20:58:27.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:26.938655+0000 mon.smithi078 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.194:0/2668889616' entity='mgr.smithi194.wupjbo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T20:58:27.331 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:26.941218+0000 mon.smithi078 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:27.350 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-25T20:58:27.350 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-25T20:58:28.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:26.943363+0000 mgr.smithi078.lrdjax (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi194 on smithi194 2023-12-25T20:58:28.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:26.994541+0000 mon.smithi078 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi078.lrdjax(active, since 27s), standbys: smithi194.wupjbo 2023-12-25T20:58:28.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:26.994726+0000 mon.smithi078 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr metadata", "who": "smithi194.wupjbo", "id": "smithi194.wupjbo"}]: dispatch 2023-12-25T20:58:28.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:27.885708+0000 mon.smithi078 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:28.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:58:26.943363+0000 mgr.smithi078.lrdjax (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi194 on smithi194 2023-12-25T20:58:28.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:26.994541+0000 mon.smithi078 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi078.lrdjax(active, since 27s), standbys: smithi194.wupjbo 2023-12-25T20:58:28.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:26.994726+0000 mon.smithi078 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr metadata", "who": "smithi194.wupjbo", "id": "smithi194.wupjbo"}]: dispatch 2023-12-25T20:58:28.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:27.885708+0000 mon.smithi078 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-12-25T20:58:28.689 INFO:teuthology.orchestra.run.smithi078.stdout:# minimal ceph.conf for 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:58:28.689 INFO:teuthology.orchestra.run.smithi078.stdout:[global] 2023-12-25T20:58:28.689 INFO:teuthology.orchestra.run.smithi078.stdout: fsid = 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T20:58:28.689 INFO:teuthology.orchestra.run.smithi078.stdout: mon_host = [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2023-12-25T20:58:29.075 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-25T20:58:29.075 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:58:29.075 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T20:58:29.106 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:58:29.106 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:58:29.173 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-25T20:58:29.173 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T20:58:29.277 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:27.653367+0000 mgr.smithi078.lrdjax (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:29.277 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:28.689610+0000 mon.smithi078 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.78:0/2201342379' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:29.278 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-25T20:58:29.278 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:58:29.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:27.653367+0000 mgr.smithi078.lrdjax (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:29.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:28.689610+0000 mon.smithi078 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.78:0/2201342379' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:29.357 INFO:tasks.cephadm:Deploying OSDs... 2023-12-25T20:58:29.357 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:58:29.357 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:58:29.375 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T20:58:29.375 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme1n1 2023-12-25T20:58:29.433 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme1n1 2023-12-25T20:58:29.433 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:58:29.433 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 163343 Links: 1 Device type: 103,1 2023-12-25T20:58:29.434 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:58:29.434 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:58:29.434 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-12-25 20:57:32.100709950 +0000 2023-12-25T20:58:29.434 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-12-25 20:57:32.047710843 +0000 2023-12-25T20:58:29.434 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-12-25 20:57:32.047710843 +0000 2023-12-25T20:58:29.434 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-12-25T20:58:29.434 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-25T20:58:29.499 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-12-25T20:58:29.499 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-12-25T20:58:29.499 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.00025957 s, 2.0 MB/s 2023-12-25T20:58:29.500 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-25T20:58:29.558 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme2n1 2023-12-25T20:58:29.615 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme2n1 2023-12-25T20:58:29.616 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:58:29.616 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 161447 Links: 1 Device type: 103,2 2023-12-25T20:58:29.616 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:58:29.616 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:58:29.616 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-12-25 20:57:32.113709731 +0000 2023-12-25T20:58:29.616 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-12-25 20:57:32.049710809 +0000 2023-12-25T20:58:29.616 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-12-25 20:57:32.049710809 +0000 2023-12-25T20:58:29.616 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-12-25T20:58:29.616 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-25T20:58:29.681 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-12-25T20:58:29.681 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-12-25T20:58:29.681 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000229938 s, 2.2 MB/s 2023-12-25T20:58:29.682 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-25T20:58:29.740 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme3n1 2023-12-25T20:58:29.797 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme3n1 2023-12-25T20:58:29.798 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:58:29.798 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 161516 Links: 1 Device type: 103,3 2023-12-25T20:58:29.798 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:58:29.798 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:58:29.798 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-12-25 20:57:32.126709512 +0000 2023-12-25T20:58:29.798 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-12-25 20:57:32.052710758 +0000 2023-12-25T20:58:29.798 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-12-25 20:57:32.052710758 +0000 2023-12-25T20:58:29.798 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-12-25T20:58:29.798 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-25T20:58:29.863 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-12-25T20:58:29.863 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-12-25T20:58:29.863 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000237008 s, 2.2 MB/s 2023-12-25T20:58:29.864 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-25T20:58:29.922 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme4n1 2023-12-25T20:58:29.980 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme4n1 2023-12-25T20:58:29.980 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:58:29.980 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 6h/6d Inode: 164205 Links: 1 Device type: 103,4 2023-12-25T20:58:29.980 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:58:29.980 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:58:29.980 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2023-12-25 20:57:32.140709276 +0000 2023-12-25T20:58:29.980 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2023-12-25 20:57:32.054710725 +0000 2023-12-25T20:58:29.980 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2023-12-25 20:57:32.054710725 +0000 2023-12-25T20:58:29.980 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2023-12-25T20:58:29.980 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-25T20:58:30.045 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2023-12-25T20:58:30.046 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2023-12-25T20:58:30.046 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000256449 s, 2.0 MB/s 2023-12-25T20:58:30.047 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-25T20:58:30.105 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-25T20:58:30.105 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:58:30.123 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T20:58:30.123 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme1n1 2023-12-25T20:58:30.181 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme1n1 2023-12-25T20:58:30.181 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:58:30.181 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 161751 Links: 1 Device type: 103,1 2023-12-25T20:58:30.182 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:58:30.182 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:58:30.182 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-25 20:58:13.508603819 +0000 2023-12-25T20:58:30.182 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-25 20:58:13.454604920 +0000 2023-12-25T20:58:30.182 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-25 20:58:13.454604920 +0000 2023-12-25T20:58:30.182 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-25T20:58:30.183 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-25T20:58:30.247 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-25T20:58:30.247 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-25T20:58:30.247 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000240663 s, 2.1 MB/s 2023-12-25T20:58:30.249 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-25T20:58:30.308 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme2n1 2023-12-25T20:58:30.365 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme2n1 2023-12-25T20:58:30.365 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:58:30.365 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 163150 Links: 1 Device type: 103,2 2023-12-25T20:58:30.365 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:58:30.365 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:58:30.365 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-25 20:58:13.522603534 +0000 2023-12-25T20:58:30.366 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-25 20:58:13.458604838 +0000 2023-12-25T20:58:30.366 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-25 20:58:13.458604838 +0000 2023-12-25T20:58:30.366 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-25T20:58:30.366 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-25T20:58:30.432 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-25T20:58:30.432 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-25T20:58:30.432 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000242588 s, 2.1 MB/s 2023-12-25T20:58:30.433 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-25T20:58:30.491 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme3n1 2023-12-25T20:58:30.549 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme3n1 2023-12-25T20:58:30.549 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:58:30.549 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 163252 Links: 1 Device type: 103,3 2023-12-25T20:58:30.549 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:58:30.549 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:58:30.549 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-25 20:58:13.533603309 +0000 2023-12-25T20:58:30.549 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-25 20:58:13.460604798 +0000 2023-12-25T20:58:30.549 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-25 20:58:13.460604798 +0000 2023-12-25T20:58:30.549 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-25T20:58:30.550 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-25T20:58:30.615 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-25T20:58:30.615 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-25T20:58:30.615 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000235055 s, 2.2 MB/s 2023-12-25T20:58:30.616 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-25T20:58:30.674 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme4n1 2023-12-25T20:58:30.732 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme4n1 2023-12-25T20:58:30.732 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:58:30.732 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 163360 Links: 1 Device type: 103,4 2023-12-25T20:58:30.732 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:58:30.732 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:58:30.732 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-25 20:58:13.544603085 +0000 2023-12-25T20:58:30.732 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-25 20:58:13.465604696 +0000 2023-12-25T20:58:30.732 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-25 20:58:13.465604696 +0000 2023-12-25T20:58:30.732 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-25T20:58:30.733 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-25T20:58:30.797 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-25T20:58:30.797 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-25T20:58:30.797 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000245987 s, 2.1 MB/s 2023-12-25T20:58:30.798 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-25T20:58:30.857 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-25T20:58:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:29.653658+0000 mgr.smithi078.lrdjax (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:29.797541+0000 mon.smithi078 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:31.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:29.653658+0000 mgr.smithi078.lrdjax (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:31.112 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:29.797541+0000 mon.smithi078 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:33.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:31.654021+0000 mgr.smithi078.lrdjax (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:33.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:31.654021+0000 mgr.smithi078.lrdjax (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:33.654341+0000 mgr.smithi078.lrdjax (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:33.654341+0000 mgr.smithi078.lrdjax (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:37.196 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled osd.all-available-devices update... 2023-12-25T20:58:37.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:35.654826+0000 mgr.smithi078.lrdjax (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:37.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:37.053842+0000 mon.smithi078 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:37.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:37.055457+0000 mon.smithi078 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:58:37.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:37.195000+0000 mon.smithi078 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:37.575 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-25T20:58:37.575 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:58:37.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:35.654826+0000 mgr.smithi078.lrdjax (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:37.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:37.053842+0000 mon.smithi078 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:37.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:37.055457+0000 mon.smithi078 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:58:37.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:37.195000+0000 mon.smithi078 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:38.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:37.187217+0000 mgr.smithi078.lrdjax (mgr.14180) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:58:38.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:37.188851+0000 mgr.smithi078.lrdjax (mgr.14180) 25 : cephadm [INF] Marking host: smithi078 for OSDSpec preview refresh. 2023-12-25T20:58:38.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:37.188917+0000 mgr.smithi078.lrdjax (mgr.14180) 26 : cephadm [INF] Marking host: smithi194 for OSDSpec preview refresh. 2023-12-25T20:58:38.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:37.189213+0000 mgr.smithi078.lrdjax (mgr.14180) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-25T20:58:38.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:37.187217+0000 mgr.smithi078.lrdjax (mgr.14180) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:58:38.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:58:37.188851+0000 mgr.smithi078.lrdjax (mgr.14180) 25 : cephadm [INF] Marking host: smithi078 for OSDSpec preview refresh. 2023-12-25T20:58:38.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:58:37.188917+0000 mgr.smithi078.lrdjax (mgr.14180) 26 : cephadm [INF] Marking host: smithi194 for OSDSpec preview refresh. 2023-12-25T20:58:38.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:58:37.189213+0000 mgr.smithi078.lrdjax (mgr.14180) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-25T20:58:38.997 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:58:39.441 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:37.655229+0000 mgr.smithi078.lrdjax (mgr.14180) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:39.441 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.410052+0000 mon.smithi078 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:39.441 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.415970+0000 mon.smithi078 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:39.441 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.416610+0000 mon.smithi078 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:39.441 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.417165+0000 mon.smithi078 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:58:39.442 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.437233+0000 mon.smithi078 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:39.442 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.442616+0000 mon.smithi078 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:39.442 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.446570+0000 mon.smithi078 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:39.442 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.450002+0000 mon.smithi078 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:58:39.442 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.452657+0000 mon.smithi078 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:58:39.442 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.453494+0000 mon.smithi078 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:58:39.442 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.453658+0000 mon.smithi078 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:39.442 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.454065+0000 mon.smithi078 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:39.442 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:38.997025+0000 mon.smithi078 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.78:0/1582420023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:39.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:37.655229+0000 mgr.smithi078.lrdjax (mgr.14180) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:39.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.410052+0000 mon.smithi078 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:39.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.415970+0000 mon.smithi078 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:39.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.416610+0000 mon.smithi078 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:39.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.417165+0000 mon.smithi078 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:58:39.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.437233+0000 mon.smithi078 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:39.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.442616+0000 mon.smithi078 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:39.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.446570+0000 mon.smithi078 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:39.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.450002+0000 mon.smithi078 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:58:39.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.452657+0000 mon.smithi078 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:58:39.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.453494+0000 mon.smithi078 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:58:39.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.453658+0000 mon.smithi078 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:39.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.454065+0000 mon.smithi078 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:39.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:38.997025+0000 mon.smithi078 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.78:0/1582420023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:39.728 INFO:teuthology.orchestra.run.smithi078.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-25T20:58:40.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:38.417946+0000 mgr.smithi078.lrdjax (mgr.14180) 29 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2023-12-25T20:58:40.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:38.418175+0000 mgr.smithi078.lrdjax (mgr.14180) 30 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2023-12-25T20:58:40.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:39.802914+0000 mon.smithi078 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:40.606 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:58:38.417946+0000 mgr.smithi078.lrdjax (mgr.14180) 29 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2023-12-25T20:58:40.606 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:58:38.418175+0000 mgr.smithi078.lrdjax (mgr.14180) 30 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2023-12-25T20:58:40.606 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:39.802914+0000 mon.smithi078 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:58:40.730 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:58:41.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:39.655604+0000 mgr.smithi078.lrdjax (mgr.14180) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:41.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:40.490715+0000 mon.smithi194 (mon.1) 2 : audit [INF] from='client.? 172.21.15.194:0/3890722449' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e208c1a6-aedb-49e9-9576-2d6a1d104496"}]: dispatch 2023-12-25T20:58:41.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:40.491048+0000 mon.smithi078 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e208c1a6-aedb-49e9-9576-2d6a1d104496"}]: dispatch 2023-12-25T20:58:41.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:40.495039+0000 mon.smithi078 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e208c1a6-aedb-49e9-9576-2d6a1d104496"}]': finished 2023-12-25T20:58:41.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:40.495101+0000 mon.smithi078 (mon.0) 220 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-25T20:58:41.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:40.495207+0000 mon.smithi078 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:41.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:40.856231+0000 mon.smithi078 (mon.0) 222 : audit [INF] from='client.? 172.21.15.78:0/816091969' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c66ac1c1-c7c9-490a-b8b1-ad4438b87b98"}]: dispatch 2023-12-25T20:58:41.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:40.861442+0000 mon.smithi078 (mon.0) 223 : audit [INF] from='client.? 172.21.15.78:0/816091969' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c66ac1c1-c7c9-490a-b8b1-ad4438b87b98"}]': finished 2023-12-25T20:58:41.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:40.861508+0000 mon.smithi078 (mon.0) 224 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-25T20:58:41.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:40.861619+0000 mon.smithi078 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:41.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:40.861880+0000 mon.smithi078 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:41.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:39.655604+0000 mgr.smithi078.lrdjax (mgr.14180) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:41.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:40.490715+0000 mon.smithi194 (mon.1) 2 : audit [INF] from='client.? 172.21.15.194:0/3890722449' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e208c1a6-aedb-49e9-9576-2d6a1d104496"}]: dispatch 2023-12-25T20:58:41.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:40.491048+0000 mon.smithi078 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e208c1a6-aedb-49e9-9576-2d6a1d104496"}]: dispatch 2023-12-25T20:58:41.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:40.495039+0000 mon.smithi078 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e208c1a6-aedb-49e9-9576-2d6a1d104496"}]': finished 2023-12-25T20:58:41.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:40.495101+0000 mon.smithi078 (mon.0) 220 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-25T20:58:41.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:40.495207+0000 mon.smithi078 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:41.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:40.856231+0000 mon.smithi078 (mon.0) 222 : audit [INF] from='client.? 172.21.15.78:0/816091969' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c66ac1c1-c7c9-490a-b8b1-ad4438b87b98"}]: dispatch 2023-12-25T20:58:41.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:40.861442+0000 mon.smithi078 (mon.0) 223 : audit [INF] from='client.? 172.21.15.78:0/816091969' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c66ac1c1-c7c9-490a-b8b1-ad4438b87b98"}]': finished 2023-12-25T20:58:41.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:40.861508+0000 mon.smithi078 (mon.0) 224 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-25T20:58:41.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:40.861619+0000 mon.smithi078 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:41.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:40.861880+0000 mon.smithi078 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:42.366 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:58:42.560 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:41.753659+0000 mon.smithi194 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.194:0/742332818' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:42.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:41.753659+0000 mon.smithi194 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.194:0/742332818' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:42.764 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1703537920,"num_remapped_pgs":0} 2023-12-25T20:58:43.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:41.655912+0000 mgr.smithi078.lrdjax (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:43.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:42.366605+0000 mon.smithi078 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.78:0/4196355842' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:43.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:42.453045+0000 mon.smithi078 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.78:0/180025118' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:43.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:41.655912+0000 mgr.smithi078.lrdjax (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:43.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:42.366605+0000 mon.smithi078 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.78:0/4196355842' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:43.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:42.453045+0000 mon.smithi078 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.78:0/180025118' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:43.766 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:58:44.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.272469+0000 mon.smithi194 (mon.1) 4 : audit [INF] from='client.? 172.21.15.194:0/2307369940' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "241cb093-ba61-4f49-90df-ce4cbc2ea9de"}]: dispatch 2023-12-25T20:58:44.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.272814+0000 mon.smithi078 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "241cb093-ba61-4f49-90df-ce4cbc2ea9de"}]: dispatch 2023-12-25T20:58:44.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.276302+0000 mon.smithi078 (mon.0) 230 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "241cb093-ba61-4f49-90df-ce4cbc2ea9de"}]': finished 2023-12-25T20:58:44.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:44.276348+0000 mon.smithi078 (mon.0) 231 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-25T20:58:44.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.276424+0000 mon.smithi078 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:44.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.277852+0000 mon.smithi078 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:44.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.277987+0000 mon.smithi078 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:44.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.272469+0000 mon.smithi194 (mon.1) 4 : audit [INF] from='client.? 172.21.15.194:0/2307369940' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "241cb093-ba61-4f49-90df-ce4cbc2ea9de"}]: dispatch 2023-12-25T20:58:44.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.272814+0000 mon.smithi078 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "241cb093-ba61-4f49-90df-ce4cbc2ea9de"}]: dispatch 2023-12-25T20:58:44.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.276302+0000 mon.smithi078 (mon.0) 230 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "241cb093-ba61-4f49-90df-ce4cbc2ea9de"}]': finished 2023-12-25T20:58:44.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:44.276348+0000 mon.smithi078 (mon.0) 231 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-25T20:58:44.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.276424+0000 mon.smithi078 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:44.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.277852+0000 mon.smithi078 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:44.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.277987+0000 mon.smithi078 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:45.083 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:58:45.526 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:43.656179+0000 mgr.smithi078.lrdjax (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:45.526 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.988343+0000 mon.smithi078 (mon.0) 235 : audit [INF] from='client.? 172.21.15.78:0/3837138108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "235ff90a-6078-4f4b-acfd-7bc5c8ebb48e"}]: dispatch 2023-12-25T20:58:45.526 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.992716+0000 mon.smithi078 (mon.0) 236 : audit [INF] from='client.? 172.21.15.78:0/3837138108' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "235ff90a-6078-4f4b-acfd-7bc5c8ebb48e"}]': finished 2023-12-25T20:58:45.526 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:44.992756+0000 mon.smithi078 (mon.0) 237 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-25T20:58:45.526 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.992870+0000 mon.smithi078 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:45.526 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.993267+0000 mon.smithi078 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:45.526 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.993491+0000 mon.smithi078 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:45.526 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:44.993705+0000 mon.smithi078 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:58:45.526 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:45.082985+0000 mon.smithi078 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.78:0/354099698' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:45.543 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1703537924,"num_remapped_pgs":0} 2023-12-25T20:58:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:43.656179+0000 mgr.smithi078.lrdjax (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.988343+0000 mon.smithi078 (mon.0) 235 : audit [INF] from='client.? 172.21.15.78:0/3837138108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "235ff90a-6078-4f4b-acfd-7bc5c8ebb48e"}]: dispatch 2023-12-25T20:58:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.992716+0000 mon.smithi078 (mon.0) 236 : audit [INF] from='client.? 172.21.15.78:0/3837138108' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "235ff90a-6078-4f4b-acfd-7bc5c8ebb48e"}]': finished 2023-12-25T20:58:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:44.992756+0000 mon.smithi078 (mon.0) 237 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-25T20:58:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.992870+0000 mon.smithi078 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.993267+0000 mon.smithi078 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.993491+0000 mon.smithi078 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:44.993705+0000 mon.smithi078 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:58:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:45.082985+0000 mon.smithi078 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.78:0/354099698' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:46.545 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:58:46.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:45.476518+0000 mon.smithi194 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.194:0/2105018946' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:46.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:46.301054+0000 mon.smithi078 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.78:0/164173431' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:46.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:45.476518+0000 mon.smithi194 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.194:0/2105018946' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:46.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:46.301054+0000 mon.smithi078 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.78:0/164173431' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:47.552 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:45.656379+0000 mgr.smithi078.lrdjax (mgr.14180) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:47.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:45.656379+0000 mgr.smithi078.lrdjax (mgr.14180) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:47.908 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:58:48.255 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1703537924,"num_remapped_pgs":0} 2023-12-25T20:58:48.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:47.908090+0000 mon.smithi078 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.78:0/2348252121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:48.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:47.979799+0000 mon.smithi194 (mon.1) 6 : audit [INF] from='client.? 172.21.15.194:0/2651297312' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5094ba9-53aa-4055-ad10-d4e34568270b"}]: dispatch 2023-12-25T20:58:48.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:47.980265+0000 mon.smithi078 (mon.0) 245 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5094ba9-53aa-4055-ad10-d4e34568270b"}]: dispatch 2023-12-25T20:58:48.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:47.983970+0000 mon.smithi078 (mon.0) 246 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5094ba9-53aa-4055-ad10-d4e34568270b"}]': finished 2023-12-25T20:58:48.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:47.984034+0000 mon.smithi078 (mon.0) 247 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-25T20:58:48.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:47.984137+0000 mon.smithi078 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:48.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:47.984337+0000 mon.smithi078 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:48.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:47.984474+0000 mon.smithi078 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:48.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:47.984619+0000 mon.smithi078 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:58:48.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:47.984731+0000 mon.smithi078 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:58:48.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:47.908090+0000 mon.smithi078 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.78:0/2348252121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:48.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:47.979799+0000 mon.smithi194 (mon.1) 6 : audit [INF] from='client.? 172.21.15.194:0/2651297312' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5094ba9-53aa-4055-ad10-d4e34568270b"}]: dispatch 2023-12-25T20:58:48.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:47.980265+0000 mon.smithi078 (mon.0) 245 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5094ba9-53aa-4055-ad10-d4e34568270b"}]: dispatch 2023-12-25T20:58:48.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:47.983970+0000 mon.smithi078 (mon.0) 246 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5094ba9-53aa-4055-ad10-d4e34568270b"}]': finished 2023-12-25T20:58:48.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:47.984034+0000 mon.smithi078 (mon.0) 247 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-25T20:58:48.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:47.984137+0000 mon.smithi078 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:48.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:47.984337+0000 mon.smithi078 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:48.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:47.984474+0000 mon.smithi078 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:48.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:47.984619+0000 mon.smithi078 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:58:48.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:47.984731+0000 mon.smithi078 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:58:49.257 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:58:49.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:47.656576+0000 mgr.smithi078.lrdjax (mgr.14180) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:49.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:48.839183+0000 mon.smithi078 (mon.0) 253 : audit [INF] from='client.? 172.21.15.78:0/676568016' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e0b9e32-8b18-45f9-8b0d-a367127b8110"}]: dispatch 2023-12-25T20:58:49.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:48.845010+0000 mon.smithi078 (mon.0) 254 : audit [INF] from='client.? 172.21.15.78:0/676568016' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e0b9e32-8b18-45f9-8b0d-a367127b8110"}]': finished 2023-12-25T20:58:49.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:48.845102+0000 mon.smithi078 (mon.0) 255 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-25T20:58:49.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:48.845239+0000 mon.smithi078 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:49.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:48.845513+0000 mon.smithi078 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:49.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:48.845674+0000 mon.smithi078 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:49.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:48.845837+0000 mon.smithi078 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:58:49.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:48.846001+0000 mon.smithi078 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:58:49.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:48.846167+0000 mon.smithi078 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:58:49.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:49.214244+0000 mon.smithi194 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/1029479758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:47.656576+0000 mgr.smithi078.lrdjax (mgr.14180) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:48.839183+0000 mon.smithi078 (mon.0) 253 : audit [INF] from='client.? 172.21.15.78:0/676568016' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e0b9e32-8b18-45f9-8b0d-a367127b8110"}]: dispatch 2023-12-25T20:58:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:48.845010+0000 mon.smithi078 (mon.0) 254 : audit [INF] from='client.? 172.21.15.78:0/676568016' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e0b9e32-8b18-45f9-8b0d-a367127b8110"}]': finished 2023-12-25T20:58:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:48.845102+0000 mon.smithi078 (mon.0) 255 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-25T20:58:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:48.845239+0000 mon.smithi078 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:48.845513+0000 mon.smithi078 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:48.845674+0000 mon.smithi078 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:48.845837+0000 mon.smithi078 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:58:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:48.846001+0000 mon.smithi078 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:58:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:48.846167+0000 mon.smithi078 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:58:49.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:49.214244+0000 mon.smithi194 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/1029479758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:50.576 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:58:50.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:50.138001+0000 mon.smithi078 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.78:0/3658810529' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:50.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:50.138001+0000 mon.smithi078 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.78:0/3658810529' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:50.938 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1703537928,"num_remapped_pgs":0} 2023-12-25T20:58:51.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:49.656898+0000 mgr.smithi078.lrdjax (mgr.14180) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:50.575855+0000 mon.smithi078 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.78:0/2365468335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:51.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:49.656898+0000 mgr.smithi078.lrdjax (mgr.14180) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:51.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:50.575855+0000 mon.smithi078 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.78:0/2365468335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:51.939 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:58:52.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:51.743007+0000 mon.smithi194 (mon.1) 8 : audit [INF] from='client.? 172.21.15.194:0/1837616700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a634170-0722-472a-b46b-f4f444ed05ea"}]: dispatch 2023-12-25T20:58:52.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:51.743692+0000 mon.smithi078 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a634170-0722-472a-b46b-f4f444ed05ea"}]: dispatch 2023-12-25T20:58:52.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:51.747634+0000 mon.smithi078 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a634170-0722-472a-b46b-f4f444ed05ea"}]': finished 2023-12-25T20:58:52.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:51.747682+0000 mon.smithi078 (mon.0) 266 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-25T20:58:52.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:51.747790+0000 mon.smithi078 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:52.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:51.748134+0000 mon.smithi078 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:52.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:51.748352+0000 mon.smithi078 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:52.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:51.748560+0000 mon.smithi078 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:58:52.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:51.748771+0000 mon.smithi078 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:58:52.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:51.748976+0000 mon.smithi078 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:58:52.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:51.749193+0000 mon.smithi078 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:58:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:51.743007+0000 mon.smithi194 (mon.1) 8 : audit [INF] from='client.? 172.21.15.194:0/1837616700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a634170-0722-472a-b46b-f4f444ed05ea"}]: dispatch 2023-12-25T20:58:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:51.743692+0000 mon.smithi078 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a634170-0722-472a-b46b-f4f444ed05ea"}]: dispatch 2023-12-25T20:58:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:51.747634+0000 mon.smithi078 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a634170-0722-472a-b46b-f4f444ed05ea"}]': finished 2023-12-25T20:58:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:51.747682+0000 mon.smithi078 (mon.0) 266 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-25T20:58:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:51.747790+0000 mon.smithi078 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:51.748134+0000 mon.smithi078 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:51.748352+0000 mon.smithi078 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:51.748560+0000 mon.smithi078 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:58:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:51.748771+0000 mon.smithi078 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:58:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:51.748976+0000 mon.smithi078 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:58:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:51.749193+0000 mon.smithi078 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:58:53.327 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:51.657234+0000 mgr.smithi078.lrdjax (mgr.14180) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:52.686979+0000 mon.smithi078 (mon.0) 274 : audit [INF] from='client.? 172.21.15.78:0/1631270267' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57e76b33-d138-414e-aac9-7fd40918e4fc"}]: dispatch 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:52.693485+0000 mon.smithi078 (mon.0) 275 : audit [INF] from='client.? 172.21.15.78:0/1631270267' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57e76b33-d138-414e-aac9-7fd40918e4fc"}]': finished 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:52.693522+0000 mon.smithi078 (mon.0) 276 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:52.693601+0000 mon.smithi078 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:52.693953+0000 mon.smithi078 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:52.694165+0000 mon.smithi078 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:52.694357+0000 mon.smithi078 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:52.694558+0000 mon.smithi078 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:52.694759+0000 mon.smithi078 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:52.694958+0000 mon.smithi078 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:58:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:52.695163+0000 mon.smithi078 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:58:53.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:53.326894+0000 mon.smithi078 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.78:0/2262428845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:53.720 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:51.657234+0000 mgr.smithi078.lrdjax (mgr.14180) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:52.686979+0000 mon.smithi078 (mon.0) 274 : audit [INF] from='client.? 172.21.15.78:0/1631270267' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57e76b33-d138-414e-aac9-7fd40918e4fc"}]: dispatch 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:52.693485+0000 mon.smithi078 (mon.0) 275 : audit [INF] from='client.? 172.21.15.78:0/1631270267' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57e76b33-d138-414e-aac9-7fd40918e4fc"}]': finished 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:52.693522+0000 mon.smithi078 (mon.0) 276 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:52.693601+0000 mon.smithi078 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:52.693953+0000 mon.smithi078 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:52.694165+0000 mon.smithi078 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:52.694357+0000 mon.smithi078 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:52.694558+0000 mon.smithi078 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:52.694759+0000 mon.smithi078 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:52.694958+0000 mon.smithi078 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:52.695163+0000 mon.smithi078 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:58:53.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:53.326894+0000 mon.smithi078 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.78:0/2262428845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:53.741 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703537932,"num_remapped_pgs":0} 2023-12-25T20:58:54.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:54.004585+0000 mon.smithi078 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.78:0/3906820284' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:54.742 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:58:54.772 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:54.004585+0000 mon.smithi078 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.78:0/3906820284' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:55.467 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:53.657450+0000 mgr.smithi078.lrdjax (mgr.14180) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:55.468 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:54.478558+0000 mon.smithi194 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.194:0/2468537233' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:55.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:53.657450+0000 mgr.smithi078.lrdjax (mgr.14180) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:55.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:54.478558+0000 mon.smithi194 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.194:0/2468537233' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:58:56.072 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:58:56.447 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703537932,"num_remapped_pgs":0} 2023-12-25T20:58:56.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:56.072409+0000 mon.smithi078 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.78:0/4093729483' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:56.653 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:56.072409+0000 mon.smithi078 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.78:0/4093729483' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:57.448 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:58:57.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:55.657675+0000 mgr.smithi078.lrdjax (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:57.717 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:55.657675+0000 mgr.smithi078.lrdjax (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:59.085 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:58:59.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:57.657919+0000 mgr.smithi078.lrdjax (mgr.14180) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:59.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:58.639722+0000 mon.smithi078 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-25T20:58:59.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:58.640288+0000 mon.smithi078 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:59.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:58.751650+0000 mon.smithi078 (mon.0) 290 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-25T20:58:59.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:58.752250+0000 mon.smithi078 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:59.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:58:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:58:59.085787+0000 mon.smithi078 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.78:0/99428997' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:59.711 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:57.657919+0000 mgr.smithi078.lrdjax (mgr.14180) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:58:59.712 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:58.639722+0000 mon.smithi078 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-25T20:58:59.712 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:58.640288+0000 mon.smithi078 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:59.712 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:58.751650+0000 mon.smithi078 (mon.0) 290 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-25T20:58:59.712 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:58.752250+0000 mon.smithi078 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:58:59.712 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:58:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:58:59.085787+0000 mon.smithi078 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.78:0/99428997' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:58:59.730 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703537932,"num_remapped_pgs":0} 2023-12-25T20:59:00.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:58:58.640750+0000 mgr.smithi078.lrdjax (mgr.14180) 41 : cephadm [INF] Deploying daemon osd.1 on smithi078 2023-12-25T20:59:00.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:58:58.752742+0000 mgr.smithi078.lrdjax (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.0 on smithi194 2023-12-25T20:59:00.420 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:58.640750+0000 mgr.smithi078.lrdjax (mgr.14180) 41 : cephadm [INF] Deploying daemon osd.1 on smithi078 2023-12-25T20:59:00.420 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:58:58.752742+0000 mgr.smithi078.lrdjax (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.0 on smithi194 2023-12-25T20:59:00.731 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:59:01.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:58:59.658340+0000 mgr.smithi078.lrdjax (mgr.14180) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:59:01.685 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:58:59.658340+0000 mgr.smithi078.lrdjax (mgr.14180) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:59:02.456 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:02.936 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703537932,"num_remapped_pgs":0} 2023-12-25T20:59:03.424 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:01.658639+0000 mgr.smithi078.lrdjax (mgr.14180) 44 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:59:03.424 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:02.279327+0000 mon.smithi078 (mon.0) 293 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:03.424 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:02.280013+0000 mon.smithi078 (mon.0) 294 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-25T20:59:03.424 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:02.280619+0000 mon.smithi078 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:03.424 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:02.281113+0000 mgr.smithi078.lrdjax (mgr.14180) 45 : cephadm [INF] Deploying daemon osd.2 on smithi194 2023-12-25T20:59:03.424 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:02.456090+0000 mon.smithi078 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.78:0/443426948' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:03.425 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:02.611074+0000 mon.smithi078 (mon.0) 297 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:03.425 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:02.611721+0000 mon.smithi078 (mon.0) 298 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-25T20:59:03.425 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:02.612283+0000 mon.smithi078 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:01.658639+0000 mgr.smithi078.lrdjax (mgr.14180) 44 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:59:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:02.279327+0000 mon.smithi078 (mon.0) 293 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:02.280013+0000 mon.smithi078 (mon.0) 294 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-25T20:59:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:02.280619+0000 mon.smithi078 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:02.281113+0000 mgr.smithi078.lrdjax (mgr.14180) 45 : cephadm [INF] Deploying daemon osd.2 on smithi194 2023-12-25T20:59:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:02.456090+0000 mon.smithi078 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.78:0/443426948' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:03.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:02.611074+0000 mon.smithi078 (mon.0) 297 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:03.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:02.611721+0000 mon.smithi078 (mon.0) 298 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-25T20:59:03.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:02.612283+0000 mon.smithi078 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:03.937 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:59:04.516 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:02.612740+0000 mgr.smithi078.lrdjax (mgr.14180) 46 : cephadm [INF] Deploying daemon osd.3 on smithi078 2023-12-25T20:59:04.552 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:02.612740+0000 mgr.smithi078.lrdjax (mgr.14180) 46 : cephadm [INF] Deploying daemon osd.3 on smithi078 2023-12-25T20:59:05.505 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:05.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:03.658945+0000 mgr.smithi078.lrdjax (mgr.14180) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:59:05.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:03.658945+0000 mgr.smithi078.lrdjax (mgr.14180) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:59:05.875 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703537932,"num_remapped_pgs":0} 2023-12-25T20:59:06.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:05.502453+0000 mon.smithi194 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.194:6800/3896465655,v1:172.21.15.194:6801/3896465655]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T20:59:06.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:05.502748+0000 mon.smithi078 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T20:59:06.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:05.504715+0000 mon.smithi078 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.78:0/264402076' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:06.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:05.809995+0000 mon.smithi078 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.78:6802/4022234843,v1:172.21.15.78:6803/4022234843]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-25T20:59:06.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:05.979846+0000 mon.smithi078 (mon.0) 303 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:06.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:05.980606+0000 mon.smithi078 (mon.0) 304 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-25T20:59:06.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:05.981338+0000 mon.smithi078 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:06.636 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:05.502453+0000 mon.smithi194 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.194:6800/3896465655,v1:172.21.15.194:6801/3896465655]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T20:59:06.636 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:05.502748+0000 mon.smithi078 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T20:59:06.636 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:05.504715+0000 mon.smithi078 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.78:0/264402076' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:06.636 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:05.809995+0000 mon.smithi078 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.78:6802/4022234843,v1:172.21.15.78:6803/4022234843]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-25T20:59:06.636 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:05.979846+0000 mon.smithi078 (mon.0) 303 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:06.637 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:05.980606+0000 mon.smithi078 (mon.0) 304 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-25T20:59:06.637 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:05.981338+0000 mon.smithi078 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:06.876 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:59:07.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:05.659187+0000 mgr.smithi078.lrdjax (mgr.14180) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:05.981936+0000 mgr.smithi078.lrdjax (mgr.14180) 49 : cephadm [INF] Deploying daemon osd.4 on smithi194 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.297562+0000 mon.smithi078 (mon.0) 306 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.297647+0000 mon.smithi078 (mon.0) 307 : audit [INF] from='osd.1 [v2:172.21.15.78:6802/4022234843,v1:172.21.15.78:6803/4022234843]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:06.297700+0000 mon.smithi078 (mon.0) 308 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.297812+0000 mon.smithi078 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.298092+0000 mon.smithi078 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.298223+0000 mon.smithi078 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.298402+0000 mon.smithi078 (mon.0) 312 : audit [INF] from='osd.1 [v2:172.21.15.78:6802/4022234843,v1:172.21.15.78:6803/4022234843]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.298579+0000 mon.smithi078 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.298708+0000 mon.smithi078 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.298861+0000 mon.smithi078 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.299020+0000 mon.smithi078 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:07.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.299169+0000 mon.smithi078 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:07.517 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.299416+0000 mon.smithi194 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.194:6800/3896465655,v1:172.21.15.194:6801/3896465655]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:07.517 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.299625+0000 mon.smithi078 (mon.0) 318 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:07.517 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.758350+0000 mon.smithi078 (mon.0) 319 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:07.517 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.759021+0000 mon.smithi078 (mon.0) 320 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-25T20:59:07.517 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:06.759548+0000 mon.smithi078 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:05.659187+0000 mgr.smithi078.lrdjax (mgr.14180) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:59:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:05.981936+0000 mgr.smithi078.lrdjax (mgr.14180) 49 : cephadm [INF] Deploying daemon osd.4 on smithi194 2023-12-25T20:59:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.297562+0000 mon.smithi078 (mon.0) 306 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-25T20:59:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.297647+0000 mon.smithi078 (mon.0) 307 : audit [INF] from='osd.1 [v2:172.21.15.78:6802/4022234843,v1:172.21.15.78:6803/4022234843]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-25T20:59:07.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:06.297700+0000 mon.smithi078 (mon.0) 308 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.297812+0000 mon.smithi078 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.298092+0000 mon.smithi078 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.298223+0000 mon.smithi078 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.298402+0000 mon.smithi078 (mon.0) 312 : audit [INF] from='osd.1 [v2:172.21.15.78:6802/4022234843,v1:172.21.15.78:6803/4022234843]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.298579+0000 mon.smithi078 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.298708+0000 mon.smithi078 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.298861+0000 mon.smithi078 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.299020+0000 mon.smithi078 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.299169+0000 mon.smithi078 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.299416+0000 mon.smithi194 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.194:6800/3896465655,v1:172.21.15.194:6801/3896465655]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.299625+0000 mon.smithi078 (mon.0) 318 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.758350+0000 mon.smithi078 (mon.0) 319 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.759021+0000 mon.smithi078 (mon.0) 320 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-25T20:59:07.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:06.759548+0000 mon.smithi078 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:08.510 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:08.538 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:06.760003+0000 mgr.smithi078.lrdjax (mgr.14180) 50 : cephadm [INF] Deploying daemon osd.5 on smithi078 2023-12-25T20:59:08.538 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.302000+0000 mon.smithi078 (mon.0) 322 : audit [INF] from='osd.1 [v2:172.21.15.78:6802/4022234843,v1:172.21.15.78:6803/4022234843]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-12-25T20:59:08.538 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.302061+0000 mon.smithi078 (mon.0) 323 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-25T20:59:08.538 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:07.302109+0000 mon.smithi078 (mon.0) 324 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-25T20:59:08.538 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.302811+0000 mon.smithi078 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:59:08.538 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.303194+0000 mon.smithi078 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:59:08.538 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.303847+0000 mon.smithi078 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:08.538 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.304078+0000 mon.smithi078 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:08.538 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.304297+0000 mon.smithi078 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:08.539 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.304481+0000 mon.smithi078 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:08.539 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.304666+0000 mon.smithi078 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:08.539 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.304867+0000 mon.smithi078 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:08.539 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.305220+0000 mon.smithi078 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:59:08.539 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:07.309679+0000 mon.smithi078 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:59:08.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:06.760003+0000 mgr.smithi078.lrdjax (mgr.14180) 50 : cephadm [INF] Deploying daemon osd.5 on smithi078 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.302000+0000 mon.smithi078 (mon.0) 322 : audit [INF] from='osd.1 [v2:172.21.15.78:6802/4022234843,v1:172.21.15.78:6803/4022234843]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.302061+0000 mon.smithi078 (mon.0) 323 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:07.302109+0000 mon.smithi078 (mon.0) 324 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.302811+0000 mon.smithi078 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.303194+0000 mon.smithi078 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.303847+0000 mon.smithi078 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.304078+0000 mon.smithi078 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.304297+0000 mon.smithi078 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.304481+0000 mon.smithi078 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.304666+0000 mon.smithi078 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.304867+0000 mon.smithi078 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.305220+0000 mon.smithi078 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:59:08.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:07.309679+0000 mon.smithi078 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:59:09.105 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":16,"num_osds":8,"num_up_osds":2,"osd_up_since":1703537948,"num_in_osds":8,"osd_in_since":1703537932,"num_remapped_pgs":0} 2023-12-25T20:59:09.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:06.505794+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:09.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:06.505833+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:09.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:06.834518+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:09.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:06.834560+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:07.659509+0000 mgr.smithi078.lrdjax (mgr.14180) 51 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:08.306401+0000 mon.smithi078 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:08.306700+0000 mon.smithi078 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:08.318746+0000 mon.smithi078 (mon.0) 337 : cluster [INF] osd.0 [v2:172.21.15.194:6800/3896465655,v1:172.21.15.194:6801/3896465655] boot 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:08.318803+0000 mon.smithi078 (mon.0) 338 : cluster [INF] osd.1 [v2:172.21.15.78:6802/4022234843,v1:172.21.15.78:6803/4022234843] boot 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:08.318836+0000 mon.smithi078 (mon.0) 339 : cluster [DBG] osdmap e16: 8 total, 2 up, 8 in 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:08.319621+0000 mon.smithi078 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:08.319864+0000 mon.smithi078 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:08.320108+0000 mon.smithi078 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:08.320285+0000 mon.smithi078 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:08.320449+0000 mon.smithi078 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:08.320612+0000 mon.smithi078 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:08.320771+0000 mon.smithi078 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:08.320927+0000 mon.smithi078 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:09.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:08.509486+0000 mon.smithi078 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.78:0/3479844239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:09.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.203203+0000 mon.smithi078 (mon.0) 349 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/3984559416,v1:172.21.15.194:6809/3984559416]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T20:59:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:06.505794+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:06.505833+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:06.834518+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:06.834560+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:07.659509+0000 mgr.smithi078.lrdjax (mgr.14180) 51 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:59:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:08.306401+0000 mon.smithi078 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:59:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:08.306700+0000 mon.smithi078 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:59:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:08.318746+0000 mon.smithi078 (mon.0) 337 : cluster [INF] osd.0 [v2:172.21.15.194:6800/3896465655,v1:172.21.15.194:6801/3896465655] boot 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:08.318803+0000 mon.smithi078 (mon.0) 338 : cluster [INF] osd.1 [v2:172.21.15.78:6802/4022234843,v1:172.21.15.78:6803/4022234843] boot 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:08.318836+0000 mon.smithi078 (mon.0) 339 : cluster [DBG] osdmap e16: 8 total, 2 up, 8 in 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:08.319621+0000 mon.smithi078 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:08.319864+0000 mon.smithi078 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:08.320108+0000 mon.smithi078 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:08.320285+0000 mon.smithi078 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:08.320449+0000 mon.smithi078 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:08.320612+0000 mon.smithi078 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:08.320771+0000 mon.smithi078 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:08.320927+0000 mon.smithi078 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:08.509486+0000 mon.smithi078 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.78:0/3479844239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:09.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.203203+0000 mon.smithi078 (mon.0) 349 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/3984559416,v1:172.21.15.194:6809/3984559416]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T20:59:10.106 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:59:10.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.316510+0000 mon.smithi078 (mon.0) 350 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/3984559416,v1:172.21.15.194:6809/3984559416]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-25T20:59:10.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:09.316581+0000 mon.smithi078 (mon.0) 351 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2023-12-25T20:59:10.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.316931+0000 mon.smithi078 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:10.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.317217+0000 mon.smithi078 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:10.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.317420+0000 mon.smithi078 (mon.0) 354 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/3984559416,v1:172.21.15.194:6809/3984559416]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:10.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.317673+0000 mon.smithi078 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:10.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.317853+0000 mon.smithi078 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:10.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.318031+0000 mon.smithi078 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:10.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.318215+0000 mon.smithi078 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.470496+0000 mon.smithi078 (mon.0) 359 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.471267+0000 mon.smithi078 (mon.0) 360 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.471894+0000 mon.smithi078 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:09.974377+0000 mon.smithi078 (mon.0) 362 : audit [INF] from='osd.3 [v2:172.21.15.78:6810/3367523291,v1:172.21.15.78:6811/3367523291]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:10.318368+0000 mon.smithi078 (mon.0) 363 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/3984559416,v1:172.21.15.194:6809/3984559416]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:10.318446+0000 mon.smithi078 (mon.0) 364 : audit [INF] from='osd.3 [v2:172.21.15.78:6810/3367523291,v1:172.21.15.78:6811/3367523291]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:10.318499+0000 mon.smithi078 (mon.0) 365 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:10.318602+0000 mon.smithi078 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:10.318947+0000 mon.smithi078 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:10.319439+0000 mon.smithi078 (mon.0) 368 : audit [INF] from='osd.3 [v2:172.21.15.78:6810/3367523291,v1:172.21.15.78:6811/3367523291]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:10.319682+0000 mon.smithi078 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:10.319927+0000 mon.smithi078 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:10.320103+0000 mon.smithi078 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:10.320242+0000 mon.smithi078 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:10.558 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:10.321907+0000 mon.smithi078 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:10.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.316510+0000 mon.smithi078 (mon.0) 350 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/3984559416,v1:172.21.15.194:6809/3984559416]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:09.316581+0000 mon.smithi078 (mon.0) 351 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.316931+0000 mon.smithi078 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.317217+0000 mon.smithi078 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.317420+0000 mon.smithi078 (mon.0) 354 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/3984559416,v1:172.21.15.194:6809/3984559416]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.317673+0000 mon.smithi078 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.317853+0000 mon.smithi078 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.318031+0000 mon.smithi078 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.318215+0000 mon.smithi078 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.470496+0000 mon.smithi078 (mon.0) 359 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.471267+0000 mon.smithi078 (mon.0) 360 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.471894+0000 mon.smithi078 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:09.974377+0000 mon.smithi078 (mon.0) 362 : audit [INF] from='osd.3 [v2:172.21.15.78:6810/3367523291,v1:172.21.15.78:6811/3367523291]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-25T20:59:10.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:10.318368+0000 mon.smithi078 (mon.0) 363 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/3984559416,v1:172.21.15.194:6809/3984559416]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-25T20:59:10.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:10.318446+0000 mon.smithi078 (mon.0) 364 : audit [INF] from='osd.3 [v2:172.21.15.78:6810/3367523291,v1:172.21.15.78:6811/3367523291]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-25T20:59:10.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:10.318499+0000 mon.smithi078 (mon.0) 365 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-25T20:59:10.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:10.318602+0000 mon.smithi078 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:10.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:10.318947+0000 mon.smithi078 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:10.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:10.319439+0000 mon.smithi078 (mon.0) 368 : audit [INF] from='osd.3 [v2:172.21.15.78:6810/3367523291,v1:172.21.15.78:6811/3367523291]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-12-25T20:59:10.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:10.319682+0000 mon.smithi078 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:10.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:10.319927+0000 mon.smithi078 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:10.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:10.320103+0000 mon.smithi078 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:10.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:10.320242+0000 mon.smithi078 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:10.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:10.321907+0000 mon.smithi078 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:11.772 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:09.472425+0000 mgr.smithi078.lrdjax (mgr.14180) 52 : cephadm [INF] Deploying daemon osd.6 on smithi194 2023-12-25T20:59:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:09.659837+0000 mgr.smithi078.lrdjax (mgr.14180) 53 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T20:59:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.319605+0000 mon.smithi078 (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.78:6810/3367523291,v1:172.21.15.78:6811/3367523291]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-12-25T20:59:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:11.319672+0000 mon.smithi078 (mon.0) 375 : cluster [INF] osd.2 [v2:172.21.15.194:6808/3984559416,v1:172.21.15.194:6809/3984559416] boot 2023-12-25T20:59:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:11.319691+0000 mon.smithi078 (mon.0) 376 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2023-12-25T20:59:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.319782+0000 mon.smithi078 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.320463+0000 mon.smithi078 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:11.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.320755+0000 mon.smithi078 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:11.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.320914+0000 mon.smithi078 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:11.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.321073+0000 mon.smithi078 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:11.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.321223+0000 mon.smithi078 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:11.939 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:09.472425+0000 mgr.smithi078.lrdjax (mgr.14180) 52 : cephadm [INF] Deploying daemon osd.6 on smithi194 2023-12-25T20:59:11.940 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:09.659837+0000 mgr.smithi078.lrdjax (mgr.14180) 53 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T20:59:11.940 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.319605+0000 mon.smithi078 (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.78:6810/3367523291,v1:172.21.15.78:6811/3367523291]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-12-25T20:59:11.940 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:11.319672+0000 mon.smithi078 (mon.0) 375 : cluster [INF] osd.2 [v2:172.21.15.194:6808/3984559416,v1:172.21.15.194:6809/3984559416] boot 2023-12-25T20:59:11.940 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:11.319691+0000 mon.smithi078 (mon.0) 376 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2023-12-25T20:59:11.940 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.319782+0000 mon.smithi078 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:59:11.940 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.320463+0000 mon.smithi078 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:11.940 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.320755+0000 mon.smithi078 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:11.940 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.320914+0000 mon.smithi078 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:11.940 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.321073+0000 mon.smithi078 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:11.940 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.321223+0000 mon.smithi078 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:12.139 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":19,"num_osds":8,"num_up_osds":3,"osd_up_since":1703537951,"num_in_osds":8,"osd_in_since":1703537932,"num_remapped_pgs":0} 2023-12-25T20:59:12.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:10.213103+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:12.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:10.213144+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:12.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.321425+0000 mon.smithi078 (mon.0) 383 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 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-25T20:59:12.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.578130+0000 mon.smithi078 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.587173+0000 mon.smithi078 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.587945+0000 mon.smithi078 (mon.0) 386 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.588640+0000 mon.smithi078 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:11.589313+0000 mgr.smithi078.lrdjax (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.7 on smithi078 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:11.660149+0000 mgr.smithi078.lrdjax (mgr.14180) 55 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:11.771586+0000 mon.smithi078 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.78:0/884433270' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:12.320984+0000 mon.smithi078 (mon.0) 389 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 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-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:12.321039+0000 mon.smithi078 (mon.0) 390 : cluster [INF] osd.3 [v2:172.21.15.78:6810/3367523291,v1:172.21.15.78:6811/3367523291] boot 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:12.321073+0000 mon.smithi078 (mon.0) 391 : cluster [DBG] osdmap e20: 8 total, 4 up, 8 in 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:12.321213+0000 mon.smithi078 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:12.321753+0000 mon.smithi078 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:12.322040+0000 mon.smithi078 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:12.322285+0000 mon.smithi078 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:12.322510+0000 mon.smithi078 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:12.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:12.323076+0000 mon.smithi078 (mon.0) 397 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-25T20:59:12.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:10.213103+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:12.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:10.213144+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:12.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.321425+0000 mon.smithi078 (mon.0) 383 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 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-25T20:59:12.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.578130+0000 mon.smithi078 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:12.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.587173+0000 mon.smithi078 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:12.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.587945+0000 mon.smithi078 (mon.0) 386 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.588640+0000 mon.smithi078 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:11.589313+0000 mgr.smithi078.lrdjax (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.7 on smithi078 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:11.660149+0000 mgr.smithi078.lrdjax (mgr.14180) 55 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:11.771586+0000 mon.smithi078 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.78:0/884433270' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:12.320984+0000 mon.smithi078 (mon.0) 389 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 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-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:12.321039+0000 mon.smithi078 (mon.0) 390 : cluster [INF] osd.3 [v2:172.21.15.78:6810/3367523291,v1:172.21.15.78:6811/3367523291] boot 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:12.321073+0000 mon.smithi078 (mon.0) 391 : cluster [DBG] osdmap e20: 8 total, 4 up, 8 in 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:12.321213+0000 mon.smithi078 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:12.321753+0000 mon.smithi078 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:12.322040+0000 mon.smithi078 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:12.322285+0000 mon.smithi078 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:12.322510+0000 mon.smithi078 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:12.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:12.323076+0000 mon.smithi078 (mon.0) 397 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-25T20:59:13.140 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:59:13.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:11.020154+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:11.020254+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:12.681833+0000 mon.smithi194 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/805446622,v1:172.21.15.194:6817/805446622]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:12.682166+0000 mon.smithi078 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:13.322390+0000 mon.smithi078 (mon.0) 399 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:13.322460+0000 mon.smithi078 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:13.322562+0000 mon.smithi078 (mon.0) 401 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:13.322705+0000 mon.smithi078 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:13.323139+0000 mon.smithi078 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:13.323382+0000 mon.smithi078 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:13.323596+0000 mon.smithi078 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:13.323696+0000 mon.smithi194 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/805446622,v1:172.21.15.194:6817/805446622]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:13.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:13.324012+0000 mon.smithi078 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:13.840 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:11.020154+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:13.840 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:11.020254+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:13.840 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:12.681833+0000 mon.smithi194 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/805446622,v1:172.21.15.194:6817/805446622]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T20:59:13.840 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:12.682166+0000 mon.smithi078 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T20:59:13.840 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:13.322390+0000 mon.smithi078 (mon.0) 399 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-25T20:59:13.840 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:13.322460+0000 mon.smithi078 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-25T20:59:13.840 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:13.322562+0000 mon.smithi078 (mon.0) 401 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2023-12-25T20:59:13.840 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:13.322705+0000 mon.smithi078 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:13.840 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:13.323139+0000 mon.smithi078 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:13.840 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:13.323382+0000 mon.smithi078 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:13.841 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:13.323596+0000 mon.smithi078 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:13.841 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:13.323696+0000 mon.smithi194 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/805446622,v1:172.21.15.194:6817/805446622]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:13.841 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:13.324012+0000 mon.smithi078 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:14.845 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:14.958 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:13.660557+0000 mgr.smithi078.lrdjax (mgr.14180) 56 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-25T20:59:14.959 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:13.959439+0000 mon.smithi078 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:15.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:14.326981+0000 mon.smithi078 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-25T20:59:15.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:14.327036+0000 mon.smithi078 (mon.0) 409 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-12-25T20:59:15.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:14.327130+0000 mon.smithi078 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:15.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:14.327370+0000 mon.smithi078 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:15.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:14.327501+0000 mon.smithi078 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:15.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:14.327638+0000 mon.smithi078 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:15.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:14.330080+0000 mon.smithi078 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:15.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:14.711389+0000 mon.smithi078 (mon.0) 415 : audit [INF] from='osd.5 [v2:172.21.15.78:6818/3068664009,v1:172.21.15.78:6819/3068664009]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-25T20:59:15.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:14.844240+0000 mon.smithi078 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.78:0/4164580112' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:15.306 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":22,"num_osds":8,"num_up_osds":4,"osd_up_since":1703537952,"num_in_osds":8,"osd_in_since":1703537932,"num_remapped_pgs":0} 2023-12-25T20:59:15.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:13.660557+0000 mgr.smithi078.lrdjax (mgr.14180) 56 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-25T20:59:15.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:13.959439+0000 mon.smithi078 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:15.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:14.326981+0000 mon.smithi078 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-25T20:59:15.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:14.327036+0000 mon.smithi078 (mon.0) 409 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-12-25T20:59:15.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:14.327130+0000 mon.smithi078 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:15.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:14.327370+0000 mon.smithi078 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:15.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:14.327501+0000 mon.smithi078 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:15.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:14.327638+0000 mon.smithi078 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:15.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:14.330080+0000 mon.smithi078 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:15.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:14.711389+0000 mon.smithi078 (mon.0) 415 : audit [INF] from='osd.5 [v2:172.21.15.78:6818/3068664009,v1:172.21.15.78:6819/3068664009]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-25T20:59:15.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:14.844240+0000 mon.smithi078 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.78:0/4164580112' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:16.307 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:13.689079+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:13.689131+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:15.328464+0000 mon.smithi078 (mon.0) 417 : cluster [INF] osd.4 [v2:172.21.15.194:6816/805446622,v1:172.21.15.194:6817/805446622] boot 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:15.328523+0000 mon.smithi078 (mon.0) 418 : audit [INF] from='osd.5 [v2:172.21.15.78:6818/3068664009,v1:172.21.15.78:6819/3068664009]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:15.328582+0000 mon.smithi078 (mon.0) 419 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:15.328719+0000 mon.smithi078 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:15.329199+0000 mon.smithi078 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:15.329430+0000 mon.smithi078 (mon.0) 422 : audit [INF] from='osd.5 [v2:172.21.15.78:6818/3068664009,v1:172.21.15.78:6819/3068664009]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:15.329760+0000 mon.smithi078 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:15.329969+0000 mon.smithi078 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:16.085818+0000 mon.smithi078 (mon.0) 425 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:16.116769+0000 mon.smithi078 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:13.689079+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:13.689131+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:15.328464+0000 mon.smithi078 (mon.0) 417 : cluster [INF] osd.4 [v2:172.21.15.194:6816/805446622,v1:172.21.15.194:6817/805446622] boot 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:15.328523+0000 mon.smithi078 (mon.0) 418 : audit [INF] from='osd.5 [v2:172.21.15.78:6818/3068664009,v1:172.21.15.78:6819/3068664009]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:15.328582+0000 mon.smithi078 (mon.0) 419 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:15.328719+0000 mon.smithi078 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:15.329199+0000 mon.smithi078 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:15.329430+0000 mon.smithi078 (mon.0) 422 : audit [INF] from='osd.5 [v2:172.21.15.78:6818/3068664009,v1:172.21.15.78:6819/3068664009]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:15.329760+0000 mon.smithi078 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:15.329969+0000 mon.smithi078 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:16.085818+0000 mon.smithi078 (mon.0) 425 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:16.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:16.116769+0000 mon.smithi078 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:15.660914+0000 mgr.smithi078.lrdjax (mgr.14180) 57 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T20:59:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:16.336617+0000 mon.smithi078 (mon.0) 427 : audit [INF] from='osd.5 [v2:172.21.15.78:6818/3068664009,v1:172.21.15.78:6819/3068664009]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-12-25T20:59:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:16.336669+0000 mon.smithi078 (mon.0) 428 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-12-25T20:59:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:16.337303+0000 mon.smithi078 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:16.337866+0000 mon.smithi078 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:16.338229+0000 mon.smithi078 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:16.341489+0000 mon.smithi078 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:17.128060+0000 mon.smithi194 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.194:6824/1175253876,v1:172.21.15.194:6825/1175253876]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T20:59:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:17.128554+0000 mon.smithi078 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T20:59:17.532 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:15.660914+0000 mgr.smithi078.lrdjax (mgr.14180) 57 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T20:59:17.532 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:16.336617+0000 mon.smithi078 (mon.0) 427 : audit [INF] from='osd.5 [v2:172.21.15.78:6818/3068664009,v1:172.21.15.78:6819/3068664009]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-12-25T20:59:17.532 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:16.336669+0000 mon.smithi078 (mon.0) 428 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-12-25T20:59:17.532 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:16.337303+0000 mon.smithi078 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:17.532 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:16.337866+0000 mon.smithi078 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:17.532 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:16.338229+0000 mon.smithi078 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:17.532 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:16.341489+0000 mon.smithi078 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:17.532 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:17.128060+0000 mon.smithi194 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.194:6824/1175253876,v1:172.21.15.194:6825/1175253876]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T20:59:17.532 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:17.128554+0000 mon.smithi078 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T20:59:17.936 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:18.312 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":8,"num_up_osds":6,"osd_up_since":1703537957,"num_in_osds":8,"osd_in_since":1703537932,"num_remapped_pgs":1} 2023-12-25T20:59:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:15.720869+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:15.720968+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:17.339136+0000 mon.smithi078 (mon.0) 434 : cluster [INF] osd.5 [v2:172.21.15.78:6818/3068664009,v1:172.21.15.78:6819/3068664009] boot 2023-12-25T20:59:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:17.339175+0000 mon.smithi078 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-25T20:59:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:17.339222+0000 mon.smithi078 (mon.0) 436 : cluster [DBG] osdmap e25: 8 total, 6 up, 8 in 2023-12-25T20:59:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:17.339459+0000 mon.smithi078 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:17.339661+0000 mon.smithi078 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:17.339830+0000 mon.smithi078 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:17.340692+0000 mon.smithi194 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.194:6824/1175253876,v1:172.21.15.194:6825/1175253876]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:17.340949+0000 mon.smithi078 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:17.936983+0000 mon.smithi078 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.78:0/1678577637' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:18.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:15.720869+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:18.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:15.720968+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:18.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:17.339136+0000 mon.smithi078 (mon.0) 434 : cluster [INF] osd.5 [v2:172.21.15.78:6818/3068664009,v1:172.21.15.78:6819/3068664009] boot 2023-12-25T20:59:18.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:17.339175+0000 mon.smithi078 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-25T20:59:18.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:17.339222+0000 mon.smithi078 (mon.0) 436 : cluster [DBG] osdmap e25: 8 total, 6 up, 8 in 2023-12-25T20:59:18.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:17.339459+0000 mon.smithi078 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:59:18.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:17.339661+0000 mon.smithi078 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:18.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:17.339830+0000 mon.smithi078 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:18.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:17.340692+0000 mon.smithi194 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.194:6824/1175253876,v1:172.21.15.194:6825/1175253876]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:18.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:17.340949+0000 mon.smithi078 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-25T20:59:18.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:17.936983+0000 mon.smithi078 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.78:0/1678577637' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:19.313 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:59:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:17.661192+0000 mgr.smithi078.lrdjax (mgr.14180) 58 : cluster [DBG] pgmap v53: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T20:59:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:18.340839+0000 mon.smithi078 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-25T20:59:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:18.340934+0000 mon.smithi078 (mon.0) 443 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-12-25T20:59:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:18.341349+0000 mon.smithi078 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:18.341576+0000 mon.smithi078 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:18.346504+0000 mon.smithi078 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:18.667266+0000 mon.smithi078 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:18.668188+0000 mon.smithi078 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T20:59:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:18.668711+0000 mon.smithi078 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T20:59:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:18.669199+0000 mon.smithi078 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:19.292567+0000 mon.smithi078 (mon.0) 451 : cluster [INF] osd.6 [v2:172.21.15.194:6824/1175253876,v1:172.21.15.194:6825/1175253876] boot 2023-12-25T20:59:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:19.292598+0000 mon.smithi078 (mon.0) 452 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-12-25T20:59:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:19.293379+0000 mon.smithi078 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:19.293779+0000 mon.smithi078 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:19.327162+0000 mon.smithi078 (mon.0) 455 : audit [INF] from='osd.7 [v2:172.21.15.78:6826/2118313129,v1:172.21.15.78:6827/2118313129]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-25T20:59:19.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:17.661192+0000 mgr.smithi078.lrdjax (mgr.14180) 58 : cluster [DBG] pgmap v53: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T20:59:19.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:18.340839+0000 mon.smithi078 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-25T20:59:19.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:18.340934+0000 mon.smithi078 (mon.0) 443 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-12-25T20:59:19.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:18.341349+0000 mon.smithi078 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:19.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:18.341576+0000 mon.smithi078 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:19.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:18.346504+0000 mon.smithi078 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:19.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:18.667266+0000 mon.smithi078 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:19.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:18.668188+0000 mon.smithi078 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T20:59:19.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:18.668711+0000 mon.smithi078 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T20:59:19.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:18.669199+0000 mon.smithi078 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:19.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:19.292567+0000 mon.smithi078 (mon.0) 451 : cluster [INF] osd.6 [v2:172.21.15.194:6824/1175253876,v1:172.21.15.194:6825/1175253876] boot 2023-12-25T20:59:19.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:19.292598+0000 mon.smithi078 (mon.0) 452 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-12-25T20:59:19.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:19.293379+0000 mon.smithi078 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:59:19.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:19.293779+0000 mon.smithi078 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:19.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:19.327162+0000 mon.smithi078 (mon.0) 455 : audit [INF] from='osd.7 [v2:172.21.15.78:6826/2118313129,v1:172.21.15.78:6827/2118313129]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-25T20:59:20.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:18.133362+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:20.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:18.133452+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:20.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:18.667956+0000 mgr.smithi078.lrdjax (mgr.14180) 59 : cephadm [INF] Reconfiguring mon.smithi078 (unknown last config time)... 2023-12-25T20:59:20.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:18.669651+0000 mgr.smithi078.lrdjax (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mon.smithi078 on smithi078 2023-12-25T20:59:20.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:19.660282+0000 mon.smithi078 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:20.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:19.661156+0000 mon.smithi078 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi078.lrdjax", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T20:59:20.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:19.661940+0000 mon.smithi078 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T20:59:20.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:19.662437+0000 mon.smithi078 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:20.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:20.297437+0000 mon.smithi078 (mon.0) 460 : audit [INF] from='osd.7 [v2:172.21.15.78:6826/2118313129,v1:172.21.15.78:6827/2118313129]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-25T20:59:20.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:20.297490+0000 mon.smithi078 (mon.0) 461 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-12-25T20:59:20.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:20.297619+0000 mon.smithi078 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:20.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:20.297907+0000 mon.smithi078 (mon.0) 463 : audit [INF] from='osd.7 [v2:172.21.15.78:6826/2118313129,v1:172.21.15.78:6827/2118313129]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-12-25T20:59:20.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:18.133362+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:20.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:18.133452+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:20.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:18.667956+0000 mgr.smithi078.lrdjax (mgr.14180) 59 : cephadm [INF] Reconfiguring mon.smithi078 (unknown last config time)... 2023-12-25T20:59:20.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:18.669651+0000 mgr.smithi078.lrdjax (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mon.smithi078 on smithi078 2023-12-25T20:59:20.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:19.660282+0000 mon.smithi078 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:20.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:19.661156+0000 mon.smithi078 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi078.lrdjax", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T20:59:20.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:19.661940+0000 mon.smithi078 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T20:59:20.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:19.662437+0000 mon.smithi078 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:20.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:20.297437+0000 mon.smithi078 (mon.0) 460 : audit [INF] from='osd.7 [v2:172.21.15.78:6826/2118313129,v1:172.21.15.78:6827/2118313129]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-25T20:59:20.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:20.297490+0000 mon.smithi078 (mon.0) 461 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-12-25T20:59:20.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:20.297619+0000 mon.smithi078 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:20.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:20.297907+0000 mon.smithi078 (mon.0) 463 : audit [INF] from='osd.7 [v2:172.21.15.78:6826/2118313129,v1:172.21.15.78:6827/2118313129]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2023-12-25T20:59:21.239 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:21.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:19.660903+0000 mgr.smithi078.lrdjax (mgr.14180) 61 : cephadm [INF] Reconfiguring mgr.smithi078.lrdjax (unknown last config time)... 2023-12-25T20:59:21.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:19.661550+0000 mgr.smithi078.lrdjax (mgr.14180) 62 : cluster [DBG] pgmap v56: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T20:59:21.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:19.662851+0000 mgr.smithi078.lrdjax (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon mgr.smithi078.lrdjax on smithi078 2023-12-25T20:59:21.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:20.973348+0000 mon.smithi078 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:21.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:21.239844+0000 mon.smithi078 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.78:0/3937264314' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:21.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:21.299478+0000 mon.smithi078 (mon.0) 466 : audit [INF] from='osd.7 [v2:172.21.15.78:6826/2118313129,v1:172.21.15.78:6827/2118313129]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-12-25T20:59:21.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:21.299567+0000 mon.smithi078 (mon.0) 467 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-12-25T20:59:21.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:21.299711+0000 mon.smithi078 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:21.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:21.304541+0000 mon.smithi078 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:21.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:19.660903+0000 mgr.smithi078.lrdjax (mgr.14180) 61 : cephadm [INF] Reconfiguring mgr.smithi078.lrdjax (unknown last config time)... 2023-12-25T20:59:21.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:19.661550+0000 mgr.smithi078.lrdjax (mgr.14180) 62 : cluster [DBG] pgmap v56: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T20:59:21.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:19.662851+0000 mgr.smithi078.lrdjax (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon mgr.smithi078.lrdjax on smithi078 2023-12-25T20:59:21.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:20.973348+0000 mon.smithi078 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:21.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:21.239844+0000 mon.smithi078 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.78:0/3937264314' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:21.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:21.299478+0000 mon.smithi078 (mon.0) 466 : audit [INF] from='osd.7 [v2:172.21.15.78:6826/2118313129,v1:172.21.15.78:6827/2118313129]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2023-12-25T20:59:21.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:21.299567+0000 mon.smithi078 (mon.0) 467 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-12-25T20:59:21.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:21.299711+0000 mon.smithi078 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:21.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:21.304541+0000 mon.smithi078 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:21.786 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1703537959,"num_in_osds":8,"osd_in_since":1703537932,"num_remapped_pgs":0} 2023-12-25T20:59:22.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:20.304369+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:22.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:20.304407+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:22.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:20.974206+0000 mgr.smithi078.lrdjax (mgr.14180) 64 : cephadm [INF] Reconfiguring alertmanager.smithi078 (dependencies changed)... 2023-12-25T20:59:22.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:20.980606+0000 mgr.smithi078.lrdjax (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon alertmanager.smithi078 on smithi078 2023-12-25T20:59:22.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:22.300898+0000 mon.smithi078 (mon.0) 470 : cluster [INF] osd.7 [v2:172.21.15.78:6826/2118313129,v1:172.21.15.78:6827/2118313129] boot 2023-12-25T20:59:22.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:22.300932+0000 mon.smithi078 (mon.0) 471 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-12-25T20:59:22.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:22.301165+0000 mon.smithi078 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:22.649 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:20.304369+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:59:22.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:20.304407+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:59:22.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:20.974206+0000 mgr.smithi078.lrdjax (mgr.14180) 64 : cephadm [INF] Reconfiguring alertmanager.smithi078 (dependencies changed)... 2023-12-25T20:59:22.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:20.980606+0000 mgr.smithi078.lrdjax (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon alertmanager.smithi078 on smithi078 2023-12-25T20:59:22.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:22.300898+0000 mon.smithi078 (mon.0) 470 : cluster [INF] osd.7 [v2:172.21.15.78:6826/2118313129,v1:172.21.15.78:6827/2118313129] boot 2023-12-25T20:59:22.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:22.300932+0000 mon.smithi078 (mon.0) 471 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-12-25T20:59:22.650 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:22.301165+0000 mon.smithi078 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:59:22.787 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:59:23.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:21.661925+0000 mgr.smithi078.lrdjax (mgr.14180) 66 : cluster [DBG] pgmap v59: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T20:59:23.680 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:21.661925+0000 mgr.smithi078.lrdjax (mgr.14180) 66 : cluster [DBG] pgmap v59: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T20:59:24.576 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:24.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:23.357473+0000 mon.smithi078 (mon.0) 473 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-12-25T20:59:24.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:24 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:23.357473+0000 mon.smithi078 (mon.0) 473 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-12-25T20:59:24.998 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1703537962,"num_in_osds":8,"osd_in_since":1703537932,"num_remapped_pgs":0} 2023-12-25T20:59:24.999 INFO:tasks.cephadm:Setting up client nodes... 2023-12-25T20:59:24.999 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-25T20:59:25.424 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:23.662224+0000 mgr.smithi078.lrdjax (mgr.14180) 67 : cluster [DBG] pgmap v62: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:25.425 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:24.425227+0000 mon.smithi078 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:25.425 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:24.426216+0000 mon.smithi078 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:59:25.425 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:24.426856+0000 mon.smithi078 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:25.425 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:24.574603+0000 mon.smithi078 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.78:0/3617105956' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:25.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:23.662224+0000 mgr.smithi078.lrdjax (mgr.14180) 67 : cluster [DBG] pgmap v62: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:25.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:24.425227+0000 mon.smithi078 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:25.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:24.426216+0000 mon.smithi078 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:59:25.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:24.426856+0000 mon.smithi078 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:25.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:24.574603+0000 mon.smithi078 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.78:0/3617105956' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:59:26.527 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:24.425943+0000 mgr.smithi078.lrdjax (mgr.14180) 68 : cephadm [INF] Reconfiguring crash.smithi078 (monmap changed)... 2023-12-25T20:59:26.527 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:24.427331+0000 mgr.smithi078.lrdjax (mgr.14180) 69 : cephadm [INF] Reconfiguring daemon crash.smithi078 on smithi078 2023-12-25T20:59:26.527 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:25.535122+0000 mon.smithi078 (mon.0) 478 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:26.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:24.425943+0000 mgr.smithi078.lrdjax (mgr.14180) 68 : cephadm [INF] Reconfiguring crash.smithi078 (monmap changed)... 2023-12-25T20:59:26.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:24.427331+0000 mgr.smithi078.lrdjax (mgr.14180) 69 : cephadm [INF] Reconfiguring daemon crash.smithi078 on smithi078 2023-12-25T20:59:26.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:25.535122+0000 mon.smithi078 (mon.0) 478 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:27.071 INFO:teuthology.orchestra.run.smithi078.stdout:[client.0] 2023-12-25T20:59:27.071 INFO:teuthology.orchestra.run.smithi078.stdout: key = AQAv7YlleIwWBBAACe+HR6hjc8Kj3dW6t/bQCQ== 2023-12-25T20:59:27.474 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:25.535752+0000 mgr.smithi078.lrdjax (mgr.14180) 70 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2023-12-25T20:59:27.475 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:25.568573+0000 mgr.smithi078.lrdjax (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2023-12-25T20:59:27.475 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:25.662478+0000 mgr.smithi078.lrdjax (mgr.14180) 72 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:27.475 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:27.068413+0000 mon.smithi078 (mon.0) 479 : audit [INF] from='client.? 172.21.15.78:0/3018855049' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T20:59:27.475 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:27.071590+0000 mon.smithi078 (mon.0) 480 : audit [INF] from='client.? 172.21.15.78:0/3018855049' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T20:59:27.561 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T20:59:27.562 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-25T20:59:27.562 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-25T20:59:27.607 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-25T20:59:27.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:25.535752+0000 mgr.smithi078.lrdjax (mgr.14180) 70 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2023-12-25T20:59:27.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:25.568573+0000 mgr.smithi078.lrdjax (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2023-12-25T20:59:27.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:25.662478+0000 mgr.smithi078.lrdjax (mgr.14180) 72 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:27.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:27.068413+0000 mon.smithi078 (mon.0) 479 : audit [INF] from='client.? 172.21.15.78:0/3018855049' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T20:59:27.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:27.071590+0000 mon.smithi078 (mon.0) 480 : audit [INF] from='client.? 172.21.15.78:0/3018855049' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T20:59:28.977 INFO:teuthology.orchestra.run.smithi194.stdout:[client.1] 2023-12-25T20:59:28.977 INFO:teuthology.orchestra.run.smithi194.stdout: key = AQAw7YllMiENOhAAYImfLuFkAdzq5BoXFeA/FA== 2023-12-25T20:59:29.353 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-25T20:59:29.353 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-25T20:59:29.353 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-25T20:59:29.435 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T20:59:29.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:27.662792+0000 mgr.smithi078.lrdjax (mgr.14180) 73 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:29.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:28.608606+0000 mon.smithi078 (mon.0) 481 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:29.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:28.973409+0000 mon.smithi194 (mon.1) 16 : audit [INF] from='client.? 172.21.15.194:0/3856387926' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T20:59:29.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:28.973802+0000 mon.smithi078 (mon.0) 482 : 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-25T20:59:29.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:28.977010+0000 mon.smithi078 (mon.0) 483 : 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-25T20:59:29.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:27.662792+0000 mgr.smithi078.lrdjax (mgr.14180) 73 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:29.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:28.608606+0000 mon.smithi078 (mon.0) 481 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:29.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:28.973409+0000 mon.smithi194 (mon.1) 16 : audit [INF] from='client.? 172.21.15.194:0/3856387926' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T20:59:29.682 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:28.973802+0000 mon.smithi078 (mon.0) 482 : 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-25T20:59:29.682 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:28.977010+0000 mon.smithi078 (mon.0) 483 : 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-25T20:59:30.001 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:30.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:28.609527+0000 mgr.smithi078.lrdjax (mgr.14180) 74 : cephadm [INF] Reconfiguring prometheus.smithi078 (dependencies changed)... 2023-12-25T20:59:30.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:28.615231+0000 mgr.smithi078.lrdjax (mgr.14180) 75 : cephadm [INF] Reconfiguring daemon prometheus.smithi078 on smithi078 2023-12-25T20:59:30.665 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:28.609527+0000 mgr.smithi078.lrdjax (mgr.14180) 74 : cephadm [INF] Reconfiguring prometheus.smithi078 (dependencies changed)... 2023-12-25T20:59:30.666 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:28.615231+0000 mgr.smithi078.lrdjax (mgr.14180) 75 : cephadm [INF] Reconfiguring daemon prometheus.smithi078 on smithi078 2023-12-25T20:59:31.193 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:31.193 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":31,"fsid":"03094dc8-a368-11ee-95a5-87774f69a715","created":"2023-12-25T20:56:35.674952+0000","modified":"2023-12-25T20:59:23.351804+0000","last_up_change":"2023-12-25T20:59:22.296623+0000","last_in_change":"2023-12-25T20:58:52.687498+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-25T20:59:11.577338+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e208c1a6-aedb-49e9-9576-2d6a1d104496","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6801","nonce":3896465655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6803","nonce":3896465655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6807","nonce":3896465655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6805","nonce":3896465655}]},"public_addr":"172.21.15.194:6801/3896465655","cluster_addr":"172.21.15.194:6803/3896465655","heartbeat_back_addr":"172.21.15.194:6807/3896465655","heartbeat_front_addr":"172.21.15.194:6805/3896465655","state":["exists","up"]},{"osd":1,"uuid":"c66ac1c1-c7c9-490a-b8b1-ad4438b87b98","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6803","nonce":4022234843}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6805","nonce":4022234843}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6809","nonce":4022234843}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6807","nonce":4022234843}]},"public_addr":"172.21.15.78:6803/4022234843","cluster_addr":"172.21.15.78:6805/4022234843","heartbeat_back_addr":"172.21.15.78:6809/4022234843","heartbeat_front_addr":"172.21.15.78:6807/4022234843","state":["exists","up"]},{"osd":2,"uuid":"241cb093-ba61-4f49-90df-ce4cbc2ea9de","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.194:6808","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6809","nonce":3984559416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6811","nonce":3984559416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6815","nonce":3984559416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6813","nonce":3984559416}]},"public_addr":"172.21.15.194:6809/3984559416","cluster_addr":"172.21.15.194:6811/3984559416","heartbeat_back_addr":"172.21.15.194:6815/3984559416","heartbeat_front_addr":"172.21.15.194:6813/3984559416","state":["exists","up"]},{"osd":3,"uuid":"235ff90a-6078-4f4b-acfd-7bc5c8ebb48e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6810","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6811","nonce":3367523291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6812","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6813","nonce":3367523291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6816","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6817","nonce":3367523291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6814","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6815","nonce":3367523291}]},"public_addr":"172.21.15.78:6811/3367523291","cluster_addr":"172.21.15.78:6813/3367523291","heartbeat_back_addr":"172.21.15.78:6817/3367523291","heartbeat_front_addr":"172.21.15.78:6815/3367523291","state":["exists","up"]},{"osd":4,"uuid":"f5094ba9-53aa-4055-ad10-d4e34568270b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6817","nonce":805446622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6819","nonce":805446622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6823","nonce":805446622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6821","nonce":805446622}]},"public_addr":"172.21.15.194:6817/805446622","cluster_addr":"172.21.15.194:6819/805446622","heartbeat_back_addr":"172.21.15.194:6823/805446622","heartbeat_front_addr":"172.21.15.194:6821/805446622","state":["exists","up"]},{"osd":5,"uuid":"8e0b9e32-8b18-45f9-8b0d-a367127b8110","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6818","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6819","nonce":3068664009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6820","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6821","nonce":3068664009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6824","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6825","nonce":3068664009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6822","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6823","nonce":3068664009}]},"public_addr":"172.21.15.78:6819/3068664009","cluster_addr":"172.21.15.78:6821/3068664009","heartbeat_back_addr":"172.21.15.78:6825/3068664009","heartbeat_front_addr":"172.21.15.78:6823/3068664009","state":["exists","up"]},{"osd":6,"uuid":"8a634170-0722-472a-b46b-f4f444ed05ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6825","nonce":1175253876}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6827","nonce":1175253876}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6831","nonce":1175253876}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6829","nonce":1175253876}]},"public_addr":"172.21.15.194:6825/1175253876","cluster_addr":"172.21.15.194:6827/1175253876","heartbeat_back_addr":"172.21.15.194:6831/1175253876","heartbeat_front_addr":"172.21.15.194:6829/1175253876","state":["exists","up"]},{"osd":7,"uuid":"57e76b33-d138-414e-aac9-7fd40918e4fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6826","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6827","nonce":2118313129}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6828","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6829","nonce":2118313129}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6832","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6833","nonce":2118313129}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6830","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6831","nonce":2118313129}]},"public_addr":"172.21.15.78:6827/2118313129","cluster_addr":"172.21.15.78:6829/2118313129","heartbeat_back_addr":"172.21.15.78:6833/2118313129","heartbeat_front_addr":"172.21.15.78:6831/2118313129","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-25T20:59:06.505835+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-25T20:59:06.834562+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-25T20:59:10.213146+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-25T20:59:11.020257+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-25T20:59:13.689134+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-25T20:59:15.720976+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-25T20:59:18.133455+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-25T20:59:20.304410+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.78:0/968561860":"2023-12-26T20:57:59.639815+0000","172.21.15.78:6801/825928239":"2023-12-26T20:57:59.639815+0000","172.21.15.78:6800/825928239":"2023-12-26T20:57:59.639815+0000","172.21.15.78:6801/1241785974":"2023-12-26T20:57:23.661037+0000","172.21.15.78:6800/1241785974":"2023-12-26T20:57:23.661037+0000","172.21.15.78:0/2102371382":"2023-12-26T20:57:23.661037+0000","172.21.15.78:0/2086699055":"2023-12-26T20:57:23.661037+0000","172.21.15.78:0/3734289736":"2023-12-26T20:57:59.639815+0000","172.21.15.78:0/3955612898":"2023-12-26T20:56:55.668977+0000","172.21.15.78:6800/1121830066":"2023-12-26T20:56:55.668977+0000","172.21.15.78:0/292042267":"2023-12-26T20:56:55.668977+0000","172.21.15.78:6801/1121830066":"2023-12-26T20:56:55.668977+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-25T20:59:31.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:29.663305+0000 mgr.smithi078.lrdjax (mgr.14180) 76 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:31.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:31.191711+0000 mon.smithi078 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.78:0/1790747994' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:59:31.702 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:29.663305+0000 mgr.smithi078.lrdjax (mgr.14180) 76 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:31.702 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:31.191711+0000 mon.smithi078 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.78:0/1790747994' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:59:31.703 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-25T20:59:11.577338+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-25T20:59:31.704 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-25T20:59:32.164 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:33.287 INFO:teuthology.orchestra.run.smithi078.stdout:pg_num: 1 2023-12-25T20:59:33.462 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:31.663630+0000 mgr.smithi078.lrdjax (mgr.14180) 77 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:33.462 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:32.160877+0000 mon.smithi078 (mon.0) 485 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:33.462 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:32.161652+0000 mgr.smithi078.lrdjax (mgr.14180) 78 : cephadm [INF] Reconfiguring crash.smithi194 (monmap changed)... 2023-12-25T20:59:33.462 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:32.161901+0000 mon.smithi078 (mon.0) 486 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:59:33.462 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:32.162605+0000 mon.smithi078 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:33.463 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:32.163202+0000 mgr.smithi078.lrdjax (mgr.14180) 79 : cephadm [INF] Reconfiguring daemon crash.smithi194 on smithi194 2023-12-25T20:59:33.463 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:33.045232+0000 mon.smithi078 (mon.0) 488 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:33.463 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:33.046179+0000 mon.smithi078 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.wupjbo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T20:59:33.463 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:33.046830+0000 mon.smithi078 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T20:59:33.463 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:33.047365+0000 mon.smithi078 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:33.531 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:31.663630+0000 mgr.smithi078.lrdjax (mgr.14180) 77 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:33.531 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:32.160877+0000 mon.smithi078 (mon.0) 485 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:33.531 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:32.161652+0000 mgr.smithi078.lrdjax (mgr.14180) 78 : cephadm [INF] Reconfiguring crash.smithi194 (monmap changed)... 2023-12-25T20:59:33.531 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:32.161901+0000 mon.smithi078 (mon.0) 486 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:59:33.531 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:32.162605+0000 mon.smithi078 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:33.531 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:32.163202+0000 mgr.smithi078.lrdjax (mgr.14180) 79 : cephadm [INF] Reconfiguring daemon crash.smithi194 on smithi194 2023-12-25T20:59:33.531 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:33.045232+0000 mon.smithi078 (mon.0) 488 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:33.531 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:33.046179+0000 mon.smithi078 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.wupjbo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T20:59:33.531 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:33.046830+0000 mon.smithi078 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T20:59:33.531 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:33.047365+0000 mon.smithi078 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:33.658 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-25T20:59:33.658 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-25T20:59:33.659 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-25T20:59:33.923 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:34.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:33.045905+0000 mgr.smithi078.lrdjax (mgr.14180) 80 : cephadm [INF] Reconfiguring mgr.smithi194.wupjbo (monmap changed)... 2023-12-25T20:59:34.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:33.047888+0000 mgr.smithi078.lrdjax (mgr.14180) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi194.wupjbo on smithi194 2023-12-25T20:59:34.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:33.287009+0000 mon.smithi078 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.78:0/2668005072' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-25T20:59:34.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:33.932394+0000 mon.smithi078 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:34.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:33.933282+0000 mon.smithi078 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T20:59:34.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:33.933831+0000 mon.smithi078 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T20:59:34.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:33.934355+0000 mon.smithi078 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:34.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:33.045905+0000 mgr.smithi078.lrdjax (mgr.14180) 80 : cephadm [INF] Reconfiguring mgr.smithi194.wupjbo (monmap changed)... 2023-12-25T20:59:34.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:33.047888+0000 mgr.smithi078.lrdjax (mgr.14180) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi194.wupjbo on smithi194 2023-12-25T20:59:34.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:33.287009+0000 mon.smithi078 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.78:0/2668005072' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-25T20:59:34.515 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:33.932394+0000 mon.smithi078 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:34.515 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:33.933282+0000 mon.smithi078 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T20:59:34.515 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:33.933831+0000 mon.smithi078 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T20:59:34.515 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:33.934355+0000 mon.smithi078 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:35.118 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:33.663936+0000 mgr.smithi078.lrdjax (mgr.14180) 82 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:33.933050+0000 mgr.smithi078.lrdjax (mgr.14180) 83 : cephadm [INF] Reconfiguring mon.smithi194 (monmap changed)... 2023-12-25T20:59:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:33.934829+0000 mgr.smithi078.lrdjax (mgr.14180) 84 : cephadm [INF] Reconfiguring daemon mon.smithi194 on smithi194 2023-12-25T20:59:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.758162+0000 mon.smithi078 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.760793+0000 mon.smithi078 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T20:59:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.762082+0000 mon.smithi078 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078:9093"}]: dispatch 2023-12-25T20:59:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.766395+0000 mon.smithi078 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.771815+0000 mon.smithi078 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T20:59:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.773485+0000 mon.smithi078 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078:3000"}]: dispatch 2023-12-25T20:59:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.779340+0000 mon.smithi078 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:35.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.783450+0000 mon.smithi078 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T20:59:35.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.786630+0000 mon.smithi078 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078:9095"}]: dispatch 2023-12-25T20:59:35.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.791416+0000 mon.smithi078 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:35.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.793516+0000 mon.smithi078 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:59:35.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:35.113432+0000 mon.smithi078 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.78:0/2308805255' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:33.663936+0000 mgr.smithi078.lrdjax (mgr.14180) 82 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:33.933050+0000 mgr.smithi078.lrdjax (mgr.14180) 83 : cephadm [INF] Reconfiguring mon.smithi194 (monmap changed)... 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:33.934829+0000 mgr.smithi078.lrdjax (mgr.14180) 84 : cephadm [INF] Reconfiguring daemon mon.smithi194 on smithi194 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.758162+0000 mon.smithi078 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.760793+0000 mon.smithi078 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.762082+0000 mon.smithi078 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078:9093"}]: dispatch 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.766395+0000 mon.smithi078 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.771815+0000 mon.smithi078 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.773485+0000 mon.smithi078 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078:3000"}]: dispatch 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.779340+0000 mon.smithi078 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.783450+0000 mon.smithi078 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T20:59:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.786630+0000 mon.smithi078 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078:9095"}]: dispatch 2023-12-25T20:59:35.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.791416+0000 mon.smithi078 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:35.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.793516+0000 mon.smithi078 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:59:35.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:35.113432+0000 mon.smithi078 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.78:0/2308805255' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-25T20:59:35.759 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi078.lrdjax","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6800","nonce":3689870601},{"type":"v1","addr":"172.21.15.78:6801","nonce":3689870601}]},"active_addr":"172.21.15.78:6801/3689870601","active_change":"2023-12-25T20:57:59.639925+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi194.wupjbo","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.78:8443/","prometheus":"http://172.21.15.78: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.78:0","nonce":3915703396}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.78:0","nonce":3733672325}]}]} 2023-12-25T20:59:35.763 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-25T20:59:35.763 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-25T20:59:35.764 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T20:59:36.209 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:36.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.761173+0000 mgr.smithi078.lrdjax (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T20:59:36.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.762459+0000 mgr.smithi078.lrdjax (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078:9093"}]: dispatch 2023-12-25T20:59:36.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.772231+0000 mgr.smithi078.lrdjax (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T20:59:36.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.773910+0000 mgr.smithi078.lrdjax (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078:3000"}]: dispatch 2023-12-25T20:59:36.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.783867+0000 mgr.smithi078.lrdjax (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T20:59:36.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:34.787005+0000 mgr.smithi078.lrdjax (mgr.14180) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078:9095"}]: dispatch 2023-12-25T20:59:36.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:36.143612+0000 mon.smithi078 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:36.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.761173+0000 mgr.smithi078.lrdjax (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T20:59:36.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.762459+0000 mgr.smithi078.lrdjax (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078:9093"}]: dispatch 2023-12-25T20:59:36.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.772231+0000 mgr.smithi078.lrdjax (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T20:59:36.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.773910+0000 mgr.smithi078.lrdjax (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078:3000"}]: dispatch 2023-12-25T20:59:36.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.783867+0000 mgr.smithi078.lrdjax (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T20:59:36.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:34.787005+0000 mgr.smithi078.lrdjax (mgr.14180) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078:9095"}]: dispatch 2023-12-25T20:59:36.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:36.143612+0000 mon.smithi078 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:37.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:35.664378+0000 mgr.smithi078.lrdjax (mgr.14180) 91 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:37.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:35.664378+0000 mgr.smithi078.lrdjax (mgr.14180) 91 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:38.079 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:38.080 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":31,"fsid":"03094dc8-a368-11ee-95a5-87774f69a715","created":"2023-12-25T20:56:35.674952+0000","modified":"2023-12-25T20:59:23.351804+0000","last_up_change":"2023-12-25T20:59:22.296623+0000","last_in_change":"2023-12-25T20:58:52.687498+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-25T20:59:11.577338+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e208c1a6-aedb-49e9-9576-2d6a1d104496","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6801","nonce":3896465655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6803","nonce":3896465655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6807","nonce":3896465655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6805","nonce":3896465655}]},"public_addr":"172.21.15.194:6801/3896465655","cluster_addr":"172.21.15.194:6803/3896465655","heartbeat_back_addr":"172.21.15.194:6807/3896465655","heartbeat_front_addr":"172.21.15.194:6805/3896465655","state":["exists","up"]},{"osd":1,"uuid":"c66ac1c1-c7c9-490a-b8b1-ad4438b87b98","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6803","nonce":4022234843}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6805","nonce":4022234843}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6809","nonce":4022234843}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6807","nonce":4022234843}]},"public_addr":"172.21.15.78:6803/4022234843","cluster_addr":"172.21.15.78:6805/4022234843","heartbeat_back_addr":"172.21.15.78:6809/4022234843","heartbeat_front_addr":"172.21.15.78:6807/4022234843","state":["exists","up"]},{"osd":2,"uuid":"241cb093-ba61-4f49-90df-ce4cbc2ea9de","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.194:6808","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6809","nonce":3984559416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6811","nonce":3984559416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6815","nonce":3984559416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6813","nonce":3984559416}]},"public_addr":"172.21.15.194:6809/3984559416","cluster_addr":"172.21.15.194:6811/3984559416","heartbeat_back_addr":"172.21.15.194:6815/3984559416","heartbeat_front_addr":"172.21.15.194:6813/3984559416","state":["exists","up"]},{"osd":3,"uuid":"235ff90a-6078-4f4b-acfd-7bc5c8ebb48e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6810","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6811","nonce":3367523291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6812","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6813","nonce":3367523291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6816","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6817","nonce":3367523291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6814","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6815","nonce":3367523291}]},"public_addr":"172.21.15.78:6811/3367523291","cluster_addr":"172.21.15.78:6813/3367523291","heartbeat_back_addr":"172.21.15.78:6817/3367523291","heartbeat_front_addr":"172.21.15.78:6815/3367523291","state":["exists","up"]},{"osd":4,"uuid":"f5094ba9-53aa-4055-ad10-d4e34568270b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6817","nonce":805446622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6819","nonce":805446622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6823","nonce":805446622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6821","nonce":805446622}]},"public_addr":"172.21.15.194:6817/805446622","cluster_addr":"172.21.15.194:6819/805446622","heartbeat_back_addr":"172.21.15.194:6823/805446622","heartbeat_front_addr":"172.21.15.194:6821/805446622","state":["exists","up"]},{"osd":5,"uuid":"8e0b9e32-8b18-45f9-8b0d-a367127b8110","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6818","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6819","nonce":3068664009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6820","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6821","nonce":3068664009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6824","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6825","nonce":3068664009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6822","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6823","nonce":3068664009}]},"public_addr":"172.21.15.78:6819/3068664009","cluster_addr":"172.21.15.78:6821/3068664009","heartbeat_back_addr":"172.21.15.78:6825/3068664009","heartbeat_front_addr":"172.21.15.78:6823/3068664009","state":["exists","up"]},{"osd":6,"uuid":"8a634170-0722-472a-b46b-f4f444ed05ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6825","nonce":1175253876}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6827","nonce":1175253876}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6831","nonce":1175253876}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6829","nonce":1175253876}]},"public_addr":"172.21.15.194:6825/1175253876","cluster_addr":"172.21.15.194:6827/1175253876","heartbeat_back_addr":"172.21.15.194:6831/1175253876","heartbeat_front_addr":"172.21.15.194:6829/1175253876","state":["exists","up"]},{"osd":7,"uuid":"57e76b33-d138-414e-aac9-7fd40918e4fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6826","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6827","nonce":2118313129}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6828","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6829","nonce":2118313129}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6832","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6833","nonce":2118313129}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6830","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6831","nonce":2118313129}]},"public_addr":"172.21.15.78:6827/2118313129","cluster_addr":"172.21.15.78:6829/2118313129","heartbeat_back_addr":"172.21.15.78:6833/2118313129","heartbeat_front_addr":"172.21.15.78:6831/2118313129","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-25T20:59:06.505835+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-25T20:59:06.834562+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-25T20:59:10.213146+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-25T20:59:11.020257+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-25T20:59:13.689134+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-25T20:59:15.720976+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-25T20:59:18.133455+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-25T20:59:20.304410+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.78:0/968561860":"2023-12-26T20:57:59.639815+0000","172.21.15.78:6801/825928239":"2023-12-26T20:57:59.639815+0000","172.21.15.78:6800/825928239":"2023-12-26T20:57:59.639815+0000","172.21.15.78:6801/1241785974":"2023-12-26T20:57:23.661037+0000","172.21.15.78:6800/1241785974":"2023-12-26T20:57:23.661037+0000","172.21.15.78:0/2102371382":"2023-12-26T20:57:23.661037+0000","172.21.15.78:0/2086699055":"2023-12-26T20:57:23.661037+0000","172.21.15.78:0/3734289736":"2023-12-26T20:57:59.639815+0000","172.21.15.78:0/3955612898":"2023-12-26T20:56:55.668977+0000","172.21.15.78:6800/1121830066":"2023-12-26T20:56:55.668977+0000","172.21.15.78:0/292042267":"2023-12-26T20:56:55.668977+0000","172.21.15.78:6801/1121830066":"2023-12-26T20:56:55.668977+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-25T20:59:38.381 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:38.079180+0000 mon.smithi078 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.78:0/546166832' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:59:38.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:38.079180+0000 mon.smithi078 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.78:0/546166832' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:59:38.468 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-25T20:59:38.468 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T20:59:39.195 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:39.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:37.664750+0000 mgr.smithi078.lrdjax (mgr.14180) 92 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:39.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:38.311833+0000 mon.smithi078 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:38.720840+0000 mon.smithi078 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:39.004857+0000 mon.smithi078 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:39.005510+0000 mon.smithi078 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:39.006023+0000 mon.smithi078 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:39.006556+0000 mon.smithi078 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:39.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:39.010718+0000 mon.smithi078 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:37.664750+0000 mgr.smithi078.lrdjax (mgr.14180) 92 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:38.311833+0000 mon.smithi078 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:38.720840+0000 mon.smithi078 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:39.004857+0000 mon.smithi078 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:39.005510+0000 mon.smithi078 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:39.006023+0000 mon.smithi078 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:39.006556+0000 mon.smithi078 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:39.010718+0000 mon.smithi078 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:40.480 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:38.713253+0000 mgr.smithi078.lrdjax (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi194 2023-12-25T20:59:40.480 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:39.006961+0000 mgr.smithi078.lrdjax (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 3990M 2023-12-25T20:59:40.543 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T20:59:40.543 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":31,"fsid":"03094dc8-a368-11ee-95a5-87774f69a715","created":"2023-12-25T20:56:35.674952+0000","modified":"2023-12-25T20:59:23.351804+0000","last_up_change":"2023-12-25T20:59:22.296623+0000","last_in_change":"2023-12-25T20:58:52.687498+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-25T20:59:11.577338+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e208c1a6-aedb-49e9-9576-2d6a1d104496","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6801","nonce":3896465655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6803","nonce":3896465655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6807","nonce":3896465655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3896465655},{"type":"v1","addr":"172.21.15.194:6805","nonce":3896465655}]},"public_addr":"172.21.15.194:6801/3896465655","cluster_addr":"172.21.15.194:6803/3896465655","heartbeat_back_addr":"172.21.15.194:6807/3896465655","heartbeat_front_addr":"172.21.15.194:6805/3896465655","state":["exists","up"]},{"osd":1,"uuid":"c66ac1c1-c7c9-490a-b8b1-ad4438b87b98","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6803","nonce":4022234843}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6805","nonce":4022234843}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6808","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6809","nonce":4022234843}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":4022234843},{"type":"v1","addr":"172.21.15.78:6807","nonce":4022234843}]},"public_addr":"172.21.15.78:6803/4022234843","cluster_addr":"172.21.15.78:6805/4022234843","heartbeat_back_addr":"172.21.15.78:6809/4022234843","heartbeat_front_addr":"172.21.15.78:6807/4022234843","state":["exists","up"]},{"osd":2,"uuid":"241cb093-ba61-4f49-90df-ce4cbc2ea9de","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.194:6808","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6809","nonce":3984559416}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6811","nonce":3984559416}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6815","nonce":3984559416}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":3984559416},{"type":"v1","addr":"172.21.15.194:6813","nonce":3984559416}]},"public_addr":"172.21.15.194:6809/3984559416","cluster_addr":"172.21.15.194:6811/3984559416","heartbeat_back_addr":"172.21.15.194:6815/3984559416","heartbeat_front_addr":"172.21.15.194:6813/3984559416","state":["exists","up"]},{"osd":3,"uuid":"235ff90a-6078-4f4b-acfd-7bc5c8ebb48e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6810","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6811","nonce":3367523291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6812","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6813","nonce":3367523291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6816","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6817","nonce":3367523291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6814","nonce":3367523291},{"type":"v1","addr":"172.21.15.78:6815","nonce":3367523291}]},"public_addr":"172.21.15.78:6811/3367523291","cluster_addr":"172.21.15.78:6813/3367523291","heartbeat_back_addr":"172.21.15.78:6817/3367523291","heartbeat_front_addr":"172.21.15.78:6815/3367523291","state":["exists","up"]},{"osd":4,"uuid":"f5094ba9-53aa-4055-ad10-d4e34568270b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6817","nonce":805446622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6819","nonce":805446622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6823","nonce":805446622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":805446622},{"type":"v1","addr":"172.21.15.194:6821","nonce":805446622}]},"public_addr":"172.21.15.194:6817/805446622","cluster_addr":"172.21.15.194:6819/805446622","heartbeat_back_addr":"172.21.15.194:6823/805446622","heartbeat_front_addr":"172.21.15.194:6821/805446622","state":["exists","up"]},{"osd":5,"uuid":"8e0b9e32-8b18-45f9-8b0d-a367127b8110","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6818","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6819","nonce":3068664009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6820","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6821","nonce":3068664009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6824","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6825","nonce":3068664009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6822","nonce":3068664009},{"type":"v1","addr":"172.21.15.78:6823","nonce":3068664009}]},"public_addr":"172.21.15.78:6819/3068664009","cluster_addr":"172.21.15.78:6821/3068664009","heartbeat_back_addr":"172.21.15.78:6825/3068664009","heartbeat_front_addr":"172.21.15.78:6823/3068664009","state":["exists","up"]},{"osd":6,"uuid":"8a634170-0722-472a-b46b-f4f444ed05ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6825","nonce":1175253876}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6827","nonce":1175253876}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6831","nonce":1175253876}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":1175253876},{"type":"v1","addr":"172.21.15.194:6829","nonce":1175253876}]},"public_addr":"172.21.15.194:6825/1175253876","cluster_addr":"172.21.15.194:6827/1175253876","heartbeat_back_addr":"172.21.15.194:6831/1175253876","heartbeat_front_addr":"172.21.15.194:6829/1175253876","state":["exists","up"]},{"osd":7,"uuid":"57e76b33-d138-414e-aac9-7fd40918e4fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6826","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6827","nonce":2118313129}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6828","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6829","nonce":2118313129}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6832","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6833","nonce":2118313129}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6830","nonce":2118313129},{"type":"v1","addr":"172.21.15.78:6831","nonce":2118313129}]},"public_addr":"172.21.15.78:6827/2118313129","cluster_addr":"172.21.15.78:6829/2118313129","heartbeat_back_addr":"172.21.15.78:6833/2118313129","heartbeat_front_addr":"172.21.15.78:6831/2118313129","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-25T20:59:06.505835+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-25T20:59:06.834562+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-25T20:59:10.213146+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-25T20:59:11.020257+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-25T20:59:13.689134+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-25T20:59:15.720976+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-25T20:59:18.133455+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-25T20:59:20.304410+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.78:0/968561860":"2023-12-26T20:57:59.639815+0000","172.21.15.78:6801/825928239":"2023-12-26T20:57:59.639815+0000","172.21.15.78:6800/825928239":"2023-12-26T20:57:59.639815+0000","172.21.15.78:6801/1241785974":"2023-12-26T20:57:23.661037+0000","172.21.15.78:6800/1241785974":"2023-12-26T20:57:23.661037+0000","172.21.15.78:0/2102371382":"2023-12-26T20:57:23.661037+0000","172.21.15.78:0/2086699055":"2023-12-26T20:57:23.661037+0000","172.21.15.78:0/3734289736":"2023-12-26T20:57:59.639815+0000","172.21.15.78:0/3955612898":"2023-12-26T20:56:55.668977+0000","172.21.15.78:6800/1121830066":"2023-12-26T20:56:55.668977+0000","172.21.15.78:0/292042267":"2023-12-26T20:56:55.668977+0000","172.21.15.78:6801/1121830066":"2023-12-26T20:56:55.668977+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-25T20:59:40.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:38.713253+0000 mgr.smithi078.lrdjax (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi194 2023-12-25T20:59:40.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:39.006961+0000 mgr.smithi078.lrdjax (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 3990M 2023-12-25T20:59:41.064 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-25T20:59:41.349 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:41.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:39.665074+0000 mgr.smithi078.lrdjax (mgr.14180) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:41.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:40.542363+0000 mon.smithi078 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.78:0/2339481939' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:59:41.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.109695+0000 mon.smithi078 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:41.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:39.665074+0000 mgr.smithi078.lrdjax (mgr.14180) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:41.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:40.542363+0000 mon.smithi078 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.78:0/2339481939' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:59:41.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.109695+0000 mon.smithi078 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:42.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:41.103843+0000 mgr.smithi078.lrdjax (mgr.14180) 96 : cephadm [INF] Detected new or changed devices on smithi078 2023-12-25T20:59:42.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.420228+0000 mon.smithi078 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:42.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.421240+0000 mon.smithi078 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:42.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.421817+0000 mon.smithi078 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:42.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.422302+0000 mon.smithi078 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:42.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.422762+0000 mon.smithi078 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:42.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.426814+0000 mon.smithi078 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:42.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.427622+0000 mon.smithi078 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:42.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.428243+0000 mon.smithi078 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:59:42.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.432145+0000 mon.smithi078 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:42.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.435502+0000 mon.smithi078 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:59:42.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.438918+0000 mon.smithi078 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:59:42.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.439869+0000 mon.smithi078 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:59:42.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.440074+0000 mon.smithi078 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:42.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:41.440598+0000 mon.smithi078 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:42.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:41.103843+0000 mgr.smithi078.lrdjax (mgr.14180) 96 : cephadm [INF] Detected new or changed devices on smithi078 2023-12-25T20:59:42.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.420228+0000 mon.smithi078 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:42.556 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.421240+0000 mon.smithi078 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.421817+0000 mon.smithi078 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.422302+0000 mon.smithi078 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.422762+0000 mon.smithi078 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.426814+0000 mon.smithi078 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.427622+0000 mon.smithi078 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.428243+0000 mon.smithi078 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.432145+0000 mon.smithi078 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.435502+0000 mon.smithi078 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.438918+0000 mon.smithi078 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.439869+0000 mon.smithi078 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.440074+0000 mon.smithi078 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:42.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:41.440598+0000 mon.smithi078 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:43.070 INFO:teuthology.orchestra.run.smithi078.stdout:68719476745 2023-12-25T20:59:43.071 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-25T20:59:43.355 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:43.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T20:59:41.423127+0000 mgr.smithi078.lrdjax (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 3222M 2023-12-25T20:59:43.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:41.665341+0000 mgr.smithi078.lrdjax (mgr.14180) 98 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:43.605 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T20:59:41.423127+0000 mgr.smithi078.lrdjax (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 3222M 2023-12-25T20:59:43.605 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:41.665341+0000 mgr.smithi078.lrdjax (mgr.14180) 98 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:45.231 INFO:teuthology.orchestra.run.smithi078.stdout:68719476746 2023-12-25T20:59:45.232 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-25T20:59:45.508 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:43.665832+0000 mgr.smithi078.lrdjax (mgr.14180) 99 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:45.538 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:43.665832+0000 mgr.smithi078.lrdjax (mgr.14180) 99 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:45.605 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:47.186 INFO:teuthology.orchestra.run.smithi078.stdout:81604378634 2023-12-25T20:59:47.186 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-25T20:59:47.483 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:45.666122+0000 mgr.smithi078.lrdjax (mgr.14180) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:47.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:45.666122+0000 mgr.smithi078.lrdjax (mgr.14180) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:47.841 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:48.776 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:47.588852+0000 mon.smithi078 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:48.777 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:47.666398+0000 mgr.smithi078.lrdjax (mgr.14180) 101 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:48.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:47.588852+0000 mon.smithi078 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:48.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:47.666398+0000 mgr.smithi078.lrdjax (mgr.14180) 101 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:49.348 INFO:teuthology.orchestra.run.smithi078.stdout:85899345930 2023-12-25T20:59:49.348 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-25T20:59:49.619 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:50.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:49.666735+0000 mgr.smithi078.lrdjax (mgr.14180) 102 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:50.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:49.732046+0000 mon.smithi078 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:50.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:49.733826+0000 mon.smithi078 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:59:51.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:49.666735+0000 mgr.smithi078.lrdjax (mgr.14180) 102 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:51.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:49.732046+0000 mon.smithi078 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:51.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:49.733826+0000 mon.smithi078 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:59:51.206 INFO:teuthology.orchestra.run.smithi078.stdout:98784247818 2023-12-25T20:59:51.207 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-25T20:59:51.736 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:52.120 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:50.973695+0000 mon.smithi078 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:52.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:50.973695+0000 mon.smithi078 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:53.044 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:51.667004+0000 mgr.smithi078.lrdjax (mgr.14180) 103 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:53.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:51.667004+0000 mgr.smithi078.lrdjax (mgr.14180) 103 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:53.599 INFO:teuthology.orchestra.run.smithi078.stdout:107374182409 2023-12-25T20:59:53.599 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-25T20:59:53.929 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:55.214 INFO:teuthology.orchestra.run.smithi078.stdout:115964117002 2023-12-25T20:59:55.214 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-25T20:59:55.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:53.667310+0000 mgr.smithi078.lrdjax (mgr.14180) 104 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:55.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:54.109830+0000 mon.smithi078 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:55.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:54.110625+0000 mon.smithi078 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:55.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:54.111228+0000 mon.smithi078 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:59:55.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:54.114903+0000 mon.smithi078 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:55.330 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:54.118184+0000 mon.smithi078 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:59:55.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:53.667310+0000 mgr.smithi078.lrdjax (mgr.14180) 104 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:55.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:54.109830+0000 mon.smithi078 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:55.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:54.110625+0000 mon.smithi078 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:59:55.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:54.111228+0000 mon.smithi078 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:59:55.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:54.114903+0000 mon.smithi078 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T20:59:55.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:54.118184+0000 mon.smithi078 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:59:55.478 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:56.813 INFO:teuthology.orchestra.run.smithi078.stdout:128849018889 2023-12-25T20:59:56.813 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-25T20:59:57.077 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:57.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:55.668023+0000 mgr.smithi078.lrdjax (mgr.14180) 105 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:57.508 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:55.668023+0000 mgr.smithi078.lrdjax (mgr.14180) 105 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:58.182 INFO:teuthology.orchestra.run.smithi078.stdout:68719476748 2023-12-25T20:59:58.563 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476748 for osd.0 2023-12-25T20:59:58.564 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-25T20:59:58.830 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T20:59:59.241 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:57.668353+0000 mgr.smithi078.lrdjax (mgr.14180) 106 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:59.241 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 20:59:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:58.182589+0000 mon.smithi078 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.78:0/2189908616' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-25T20:59:59.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:57.668353+0000 mgr.smithi078.lrdjax (mgr.14180) 106 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:59:59.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 20:59:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:58.182589+0000 mon.smithi078 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.78:0/2189908616' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-25T20:59:59.939 INFO:teuthology.orchestra.run.smithi078.stdout:68719476748 2023-12-25T21:00:00.329 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476748 for osd.1 2023-12-25T21:00:00.330 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-25T21:00:00.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T20:59:59.939198+0000 mon.smithi078 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.78:0/326783238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-25T21:00:00.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:00.000131+0000 mon.smithi078 (mon.0) 545 : cluster [INF] overall HEALTH_OK 2023-12-25T21:00:00.603 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T21:00:00.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T20:59:59.939198+0000 mon.smithi078 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.78:0/326783238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-25T21:00:00.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:00.000131+0000 mon.smithi078 (mon.0) 545 : cluster [INF] overall HEALTH_OK 2023-12-25T21:00:01.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T20:59:59.668673+0000 mgr.smithi078.lrdjax (mgr.14180) 107 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:01.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T20:59:59.668673+0000 mgr.smithi078.lrdjax (mgr.14180) 107 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:01.678 INFO:teuthology.orchestra.run.smithi078.stdout:81604378636 2023-12-25T21:00:02.063 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378634 got 81604378636 for osd.2 2023-12-25T21:00:02.064 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-25T21:00:02.331 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T21:00:02.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:01.679095+0000 mon.smithi078 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.78:0/1798034565' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-25T21:00:02.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:01.679095+0000 mon.smithi078 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.78:0/1798034565' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-25T21:00:03.460 INFO:teuthology.orchestra.run.smithi078.stdout:85899345932 2023-12-25T21:00:03.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:01.668985+0000 mgr.smithi078.lrdjax (mgr.14180) 108 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:01.668985+0000 mgr.smithi078.lrdjax (mgr.14180) 108 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:03.837 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345930 got 85899345932 for osd.3 2023-12-25T21:00:03.837 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-25T21:00:04.104 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T21:00:04.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:03.460675+0000 mon.smithi078 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.78:0/3562676589' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-25T21:00:04.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:03.460675+0000 mon.smithi078 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.78:0/3562676589' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-25T21:00:05.212 INFO:teuthology.orchestra.run.smithi078.stdout:98784247820 2023-12-25T21:00:05.527 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:03.669477+0000 mgr.smithi078.lrdjax (mgr.14180) 109 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:05.527 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:05.212611+0000 mon.smithi078 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.78:0/3691827468' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-25T21:00:05.596 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247818 got 98784247820 for osd.4 2023-12-25T21:00:05.596 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-25T21:00:05.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:03.669477+0000 mgr.smithi078.lrdjax (mgr.14180) 109 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:05.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:05.212611+0000 mon.smithi078 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.78:0/3691827468' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-25T21:00:05.859 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T21:00:07.067 INFO:teuthology.orchestra.run.smithi078.stdout:107374182411 2023-12-25T21:00:07.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:05.669848+0000 mgr.smithi078.lrdjax (mgr.14180) 110 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:07.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:07.066641+0000 mon.smithi078 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.78:0/3515853644' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-25T21:00:07.421 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182409 got 107374182411 for osd.5 2023-12-25T21:00:07.421 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-25T21:00:07.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:05.669848+0000 mgr.smithi078.lrdjax (mgr.14180) 110 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:07.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:07.066641+0000 mon.smithi078 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.78:0/3515853644' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-25T21:00:07.687 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T21:00:08.802 INFO:teuthology.orchestra.run.smithi078.stdout:115964117004 2023-12-25T21:00:09.211 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117002 got 115964117004 for osd.6 2023-12-25T21:00:09.211 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-25T21:00:09.476 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T21:00:09.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:07.670137+0000 mgr.smithi078.lrdjax (mgr.14180) 111 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:09.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:08.802890+0000 mon.smithi078 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.78:0/4267919913' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-25T21:00:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:07.670137+0000 mgr.smithi078.lrdjax (mgr.14180) 111 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:08.802890+0000 mon.smithi078 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.78:0/4267919913' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-25T21:00:10.585 INFO:teuthology.orchestra.run.smithi078.stdout:128849018892 2023-12-25T21:00:10.979 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018889 got 128849018892 for osd.7 2023-12-25T21:00:10.979 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-25T21:00:10.979 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T21:00:11.245 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T21:00:11.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:09.670416+0000 mgr.smithi078.lrdjax (mgr.14180) 112 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:11.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:10.585445+0000 mon.smithi078 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.78:0/3461761670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-25T21:00:11.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:09.670416+0000 mgr.smithi078.lrdjax (mgr.14180) 112 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:11.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:10.585445+0000 mon.smithi078 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.78:0/3461761670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-25T21:00:12.426 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:00:12.428 INFO:teuthology.orchestra.run.smithi078.stderr:dumped all 2023-12-25T21:00:12.812 INFO:teuthology.orchestra.run.smithi078.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2023-12-25T21:00:11.670588+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":2379148,"kb_used_data":2380,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549300,"statfs":{"total":767926730752,"available":765490483200,"internally_reserved":0,"allocated":2437120,"data_stored":942843,"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":12,"reported_epoch":30,"state":"active+clean","last_fresh":"2023-12-25T20:59:22.927845+0000","last_change":"2023-12-25T20:59:21.722977+0000","last_active":"2023-12-25T20:59:22.927845+0000","last_peered":"2023-12-25T20:59:22.927845+0000","last_clean":"2023-12-25T20:59:22.927845+0000","last_became_active":"2023-12-25T20:59:21.722491+0000","last_became_peered":"2023-12-25T20:59:21.722491+0000","last_unstale":"2023-12-25T20:59:22.927845+0000","last_undegraded":"2023-12-25T20:59:22.927845+0000","last_fullsized":"2023-12-25T20:59:22.927845+0000","mapping_epoch":28,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":29,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-25T20:59:12.316794+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T20:59:12.316794+0000","last_clean_scrub_stamp":"2023-12-25T20:59:12.316794+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":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018892,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118550,"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.40500000000000003}]},{"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.36599999999999999}]},{"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.47199999999999998}]},{"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.35699999999999998}]},{"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.504}]},{"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.45300000000000001}]},{"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.496}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":117313,"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.34300000000000003}]},{"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.57399999999999995}]},{"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.41999999999999998}]},{"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.49099999999999999}]},{"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.504}]},{"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.52800000000000002}]},{"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.55200000000000005}]}]},{"osd":1,"up_from":16,"seq":68719476751,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":117334,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.376}]},{"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.45300000000000001}]},{"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.28000000000000003}]},{"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.51900000000000002}]},{"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.34300000000000003}]},{"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.45800000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":116662,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57299999999999995}]},{"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.48999999999999999}]},{"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.67200000000000004}]},{"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.58999999999999997}]},{"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.73499999999999999}]},{"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.70799999999999996}]},{"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.78600000000000003}]}]},{"osd":2,"up_from":19,"seq":81604378639,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118550,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36399999999999999}]},{"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.48799999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54500000000000004}]},{"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.39200000000000002}]},{"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.435}]},{"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.46200000000000002}]},{"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.50700000000000001}]}]},{"osd":3,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":117334,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52500000000000002}]},{"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.35499999999999998}]},{"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.51700000000000002}]},{"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.433}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53600000000000003}]},{"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.40100000000000002}]}]},{"osd":4,"up_from":23,"seq":98784247822,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118550,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32700000000000001}]},{"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.41999999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40100000000000002}]},{"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.46500000000000002}]},{"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.435}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.501}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56399999999999995}]}]},{"osd":5,"up_from":25,"seq":107374182412,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118550,"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.50800000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"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.63600000000000001}]},{"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.46200000000000002}]},{"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.58299999999999996}]},{"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.68899999999999995}]},{"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.52200000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"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":6,"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-25T21:00:12.813 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T21:00:13.082 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T21:00:13.523 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:11.670728+0000 mgr.smithi078.lrdjax (mgr.14180) 113 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:13.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:11.670728+0000 mgr.smithi078.lrdjax (mgr.14180) 113 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:14.149 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:00:14.151 INFO:teuthology.orchestra.run.smithi078.stderr:dumped all 2023-12-25T21:00:14.459 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:12.424768+0000 mgr.smithi078.lrdjax (mgr.14180) 114 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:00:14.528 INFO:teuthology.orchestra.run.smithi078.stdout:{"pg_ready":true,"pg_map":{"version":87,"stamp":"2023-12-25T21:00:13.670915+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":2379148,"kb_used_data":2380,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549300,"statfs":{"total":767926730752,"available":765490483200,"internally_reserved":0,"allocated":2437120,"data_stored":942843,"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":12,"reported_epoch":30,"state":"active+clean","last_fresh":"2023-12-25T20:59:22.927845+0000","last_change":"2023-12-25T20:59:21.722977+0000","last_active":"2023-12-25T20:59:22.927845+0000","last_peered":"2023-12-25T20:59:22.927845+0000","last_clean":"2023-12-25T20:59:22.927845+0000","last_became_active":"2023-12-25T20:59:21.722491+0000","last_became_peered":"2023-12-25T20:59:21.722491+0000","last_unstale":"2023-12-25T20:59:22.927845+0000","last_undegraded":"2023-12-25T20:59:22.927845+0000","last_fullsized":"2023-12-25T20:59:22.927845+0000","mapping_epoch":28,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":29,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-25T20:59:12.316794+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T20:59:12.316794+0000","last_clean_scrub_stamp":"2023-12-25T20:59:12.316794+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":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018893,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118550,"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.41999999999999998}]},{"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.45700000000000002}]},{"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.40899999999999997}]},{"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.39600000000000002}]},{"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.49099999999999999}]},{"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.48099999999999998}]},{"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.53000000000000003}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":117313,"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.34300000000000003}]},{"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.57399999999999995}]},{"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.41999999999999998}]},{"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.49099999999999999}]},{"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.504}]},{"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.52800000000000002}]},{"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.55200000000000005}]}]},{"osd":1,"up_from":16,"seq":68719476751,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":117334,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.376}]},{"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.45300000000000001}]},{"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.28000000000000003}]},{"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.51900000000000002}]},{"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.34300000000000003}]},{"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.45800000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":116662,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57299999999999995}]},{"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.48999999999999999}]},{"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.67200000000000004}]},{"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.58999999999999997}]},{"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.73499999999999999}]},{"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.70799999999999996}]},{"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.78600000000000003}]}]},{"osd":2,"up_from":19,"seq":81604378639,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118550,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36399999999999999}]},{"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.48799999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54500000000000004}]},{"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.39200000000000002}]},{"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.435}]},{"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.46200000000000002}]},{"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.50700000000000001}]}]},{"osd":3,"up_from":20,"seq":85899345935,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":117334,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71999999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68899999999999995}]},{"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.71099999999999997}]},{"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.34599999999999997}]},{"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.56200000000000006}]},{"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.39100000000000001}]}]},{"osd":4,"up_from":23,"seq":98784247822,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118550,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32700000000000001}]},{"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.41999999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40100000000000002}]},{"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.46500000000000002}]},{"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.435}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.501}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56399999999999995}]}]},{"osd":5,"up_from":25,"seq":107374182413,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118550,"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.82299999999999995}]},{"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.46400000000000002}]},{"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.83999999999999997}]},{"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.52700000000000002}]},{"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.86799999999999999}]},{"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.68999999999999995}]},{"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.61199999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"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":6,"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-25T21:00:14.529 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-25T21:00:14.529 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-25T21:00:14.529 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-25T21:00:14.530 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-25T21:00:14.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:12.424768+0000 mgr.smithi078.lrdjax (mgr.14180) 114 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:00:14.794 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/mon.smithi078/config 2023-12-25T21:00:15.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:13.671051+0000 mgr.smithi078.lrdjax (mgr.14180) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:15.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:14.147675+0000 mgr.smithi078.lrdjax (mgr.14180) 116 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:00:15.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:13.671051+0000 mgr.smithi078.lrdjax (mgr.14180) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:15.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:14.147675+0000 mgr.smithi078.lrdjax (mgr.14180) 116 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:00:15.971 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:00:16.355 INFO:teuthology.orchestra.run.smithi078.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-25T21:00:16.356 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-25T21:00:16.356 INFO:tasks.cephadm:Setup complete, yielding 2023-12-25T21:00:16.356 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:00:16.368 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi078.front.sepia.ceph.com 2023-12-25T21:00:16.369 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-25T21:00:16.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:15.970827+0000 mon.smithi078 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.78:0/1383468811' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-25T21:00:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:15.970827+0000 mon.smithi078 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.78:0/1383468811' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-25T21:00:17.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:15.671319+0000 mgr.smithi078.lrdjax (mgr.14180) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:17.750 INFO:teuthology.orchestra.run.smithi078.stdout:Backend: cephadm 2023-12-25T21:00:17.750 INFO:teuthology.orchestra.run.smithi078.stdout:Available: Yes 2023-12-25T21:00:17.751 INFO:teuthology.orchestra.run.smithi078.stdout:Paused: No 2023-12-25T21:00:17.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:15.671319+0000 mgr.smithi078.lrdjax (mgr.14180) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:18.144 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-25T21:00:19.553 INFO:teuthology.orchestra.run.smithi078.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T21:00:19.553 INFO:teuthology.orchestra.run.smithi078.stdout:alertmanager.smithi078 smithi078 *:9093,9094 running (55s) 25s ago 2m 15.0M - 0.23.0 ba2b418f427c af216d4c0662 2023-12-25T21:00:19.553 INFO:teuthology.orchestra.run.smithi078.stdout:crash.smithi078 smithi078 running (2m) 25s ago 2m 7277k - 16.2.14-385-gb14a0a10 49d1f3e5e58d 7a8b25b7b4bb 2023-12-25T21:00:19.553 INFO:teuthology.orchestra.run.smithi078.stdout:crash.smithi194 smithi194 running (2m) 28s ago 2m 7440k - 16.2.14-385-gb14a0a10 49d1f3e5e58d fa0f6803bcbf 2023-12-25T21:00:19.553 INFO:teuthology.orchestra.run.smithi078.stdout:grafana.smithi078 smithi078 *:3000 running (51s) 25s ago 2m 45.1M - 8.3.5 dad864ee21e9 b41404ac094d 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:mgr.smithi078.lrdjax smithi078 *:9283 running (3m) 25s ago 3m 447M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 2ebf4f88fb75 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:mgr.smithi194.wupjbo smithi194 *:8443,9283 running (2m) 28s ago 2m 394M - 16.2.14-385-gb14a0a10 49d1f3e5e58d dbe63a41d833 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:mon.smithi078 smithi078 running (3m) 25s ago 3m 74.5M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d 4b4eccb32996 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:mon.smithi194 smithi194 running (117s) 28s ago 117s 63.5M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d 3eed0b464a76 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:node-exporter.smithi078 smithi078 *:9100 running (2m) 25s ago 2m 22.7M - 1.3.1 1dbe0e931976 6bbff634b800 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:node-exporter.smithi194 smithi194 *:9100 running (103s) 28s ago 102s 21.6M - 1.3.1 1dbe0e931976 6f3d579adf40 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:osd.0 smithi194 running (77s) 28s ago 77s 35.6M 3990M 16.2.14-385-gb14a0a10 49d1f3e5e58d 181f6825dfbe 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:osd.1 smithi078 running (77s) 25s ago 76s 32.9M 3222M 16.2.14-385-gb14a0a10 49d1f3e5e58d e584acbb4e09 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:osd.2 smithi194 running (73s) 28s ago 73s 32.7M 3990M 16.2.14-385-gb14a0a10 49d1f3e5e58d 8dc76b902d41 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:osd.3 smithi078 running (73s) 25s ago 72s 32.9M 3222M 16.2.14-385-gb14a0a10 49d1f3e5e58d 9e33e2239b7c 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:osd.4 smithi194 running (70s) 28s ago 70s 33.0M 3990M 16.2.14-385-gb14a0a10 49d1f3e5e58d 76c1fdab82e7 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:osd.5 smithi078 running (68s) 25s ago 68s 33.0M 3222M 16.2.14-385-gb14a0a10 49d1f3e5e58d 6b728ab3d96f 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:osd.6 smithi194 running (65s) 28s ago 65s 34.2M 3990M 16.2.14-385-gb14a0a10 49d1f3e5e58d 63e7708d6e53 2023-12-25T21:00:19.554 INFO:teuthology.orchestra.run.smithi078.stdout:osd.7 smithi078 running (63s) 25s ago 63s 31.8M 3222M 16.2.14-385-gb14a0a10 49d1f3e5e58d e669505944a4 2023-12-25T21:00:19.555 INFO:teuthology.orchestra.run.smithi078.stdout:prometheus.smithi078 smithi078 *:9095 running (47s) 25s ago 2m 40.9M - 2.33.4 514e6a882f6e 833b7a15bcd0 2023-12-25T21:00:19.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:17.671623+0000 mgr.smithi078.lrdjax (mgr.14180) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:19.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:17.750090+0000 mgr.smithi078.lrdjax (mgr.14180) 119 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:19.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:17.671623+0000 mgr.smithi078.lrdjax (mgr.14180) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:19.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:17.750090+0000 mgr.smithi078.lrdjax (mgr.14180) 119 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:19.935 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-25T21:00:21.339 INFO:teuthology.orchestra.run.smithi078.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-25T21:00:21.339 INFO:teuthology.orchestra.run.smithi078.stdout:alertmanager ?:9093,9094 1/1 27s ago 3m count:1 2023-12-25T21:00:21.340 INFO:teuthology.orchestra.run.smithi078.stdout:crash 2/2 30s ago 3m * 2023-12-25T21:00:21.340 INFO:teuthology.orchestra.run.smithi078.stdout:grafana ?:3000 1/1 27s ago 3m count:1 2023-12-25T21:00:21.340 INFO:teuthology.orchestra.run.smithi078.stdout:mgr 2/2 30s ago 3m count:2 2023-12-25T21:00:21.340 INFO:teuthology.orchestra.run.smithi078.stdout:mon 2/2 30s ago 2m smithi078:172.21.15.78=smithi078;smithi194:172.21.15.194=smithi194;count:2 2023-12-25T21:00:21.340 INFO:teuthology.orchestra.run.smithi078.stdout:node-exporter ?:9100 2/2 30s ago 3m * 2023-12-25T21:00:21.340 INFO:teuthology.orchestra.run.smithi078.stdout:osd.all-available-devices 8 30s ago 104s * 2023-12-25T21:00:21.340 INFO:teuthology.orchestra.run.smithi078.stdout:prometheus ?:9095 1/1 27s ago 3m count:1 2023-12-25T21:00:21.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:19.545383+0000 mgr.smithi078.lrdjax (mgr.14180) 120 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:21.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:19.671906+0000 mgr.smithi078.lrdjax (mgr.14180) 121 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:21.642 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:19.545383+0000 mgr.smithi078.lrdjax (mgr.14180) 120 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:21.642 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:19.671906+0000 mgr.smithi078.lrdjax (mgr.14180) 121 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:21.710 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-25T21:00:22.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:21.335854+0000 mgr.smithi078.lrdjax (mgr.14180) 122 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:22.689 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:21.335854+0000 mgr.smithi078.lrdjax (mgr.14180) 122 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:23.043 INFO:teuthology.orchestra.run.smithi078.stdout:HOST ADDR LABELS STATUS 2023-12-25T21:00:23.043 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 172.21.15.78 2023-12-25T21:00:23.043 INFO:teuthology.orchestra.run.smithi078.stdout:smithi194 172.21.15.194 2023-12-25T21:00:23.043 INFO:teuthology.orchestra.run.smithi078.stdout:2 hosts in cluster 2023-12-25T21:00:23.435 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-25T21:00:23.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:21.672323+0000 mgr.smithi078.lrdjax (mgr.14180) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:23.762 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:21.672323+0000 mgr.smithi078.lrdjax (mgr.14180) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:24.465 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:23.042703+0000 mgr.smithi078.lrdjax (mgr.14180) 124 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:24.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:24 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:23.042703+0000 mgr.smithi078.lrdjax (mgr.14180) 124 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:24.821 INFO:teuthology.orchestra.run.smithi078.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-25T21:00:24.821 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400QR400BGN 372G 43s ago LVM detected, locked 2023-12-25T21:00:24.821 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 /dev/nvme1n1 ssd Linux_d724123f16a7fb268e84 89.4G 43s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:24.822 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 /dev/nvme2n1 ssd Linux_6c19b6e29e07a88fbc07 89.4G 43s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:24.822 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 /dev/nvme3n1 ssd Linux_1965da47fbdd3b5b6dde 89.4G 43s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:24.822 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 /dev/nvme4n1 ssd Linux_814a7fcc8f55dc847eb5 89.4G 43s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:24.822 INFO:teuthology.orchestra.run.smithi078.stdout:smithi194 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6240002A400BGN 372G 46s ago LVM detected, locked 2023-12-25T21:00:24.822 INFO:teuthology.orchestra.run.smithi078.stdout:smithi194 /dev/nvme1n1 ssd Linux_4956b02e63d0404cd63e 89.4G 46s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:24.822 INFO:teuthology.orchestra.run.smithi078.stdout:smithi194 /dev/nvme2n1 ssd Linux_c6773dbbe3280993def8 89.4G 46s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:24.822 INFO:teuthology.orchestra.run.smithi078.stdout:smithi194 /dev/nvme3n1 ssd Linux_3fe78195170bbc16882f 89.4G 46s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:24.822 INFO:teuthology.orchestra.run.smithi078.stdout:smithi194 /dev/nvme4n1 ssd Linux_1a6082e80b626de462f3 89.4G 46s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:25.217 INFO:teuthology.run_tasks:Running task vip... 2023-12-25T21:00:25.229 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-25T21:00:25.229 INFO:tasks.vip:peername 172.21.15.78 2023-12-25T21:00:25.233 INFO:tasks.vip:172.21.15.78 in 172.21.0.0/20, pos 3917 2023-12-25T21:00:25.237 INFO:tasks.vip:smithi078.front.sepia.ceph.com static 10.0.15.78, vnet 10.0.0.0/16 2023-12-25T21:00:25.237 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-25T21:00:25.238 DEBUG:teuthology.orchestra.run.smithi078:> sudo ip route ls 2023-12-25T21:00:25.266 INFO:teuthology.orchestra.run.smithi078.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-25T21:00:25.267 INFO:teuthology.orchestra.run.smithi078.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.78 metric 100 2023-12-25T21:00:25.268 INFO:tasks.vip:Configuring 10.0.15.78 on smithi078.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:00:25.268 DEBUG:teuthology.orchestra.run.smithi078:> sudo ip addr add 10.0.15.78/16 dev enp3s0f1 2023-12-25T21:00:25.336 INFO:tasks.vip:peername 172.21.15.194 2023-12-25T21:00:25.341 INFO:tasks.vip:172.21.15.194 in 172.21.0.0/20, pos 4033 2023-12-25T21:00:25.346 INFO:tasks.vip:smithi194.front.sepia.ceph.com static 10.0.15.194, vnet 10.0.0.0/16 2023-12-25T21:00:25.347 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip route ls 2023-12-25T21:00:25.386 INFO:teuthology.orchestra.run.smithi194.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-25T21:00:25.386 INFO:teuthology.orchestra.run.smithi194.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.194 metric 100 2023-12-25T21:00:25.387 INFO:tasks.vip:Configuring 10.0.15.194 on smithi194.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:00:25.387 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip addr add 10.0.15.194/16 dev enp3s0f1 2023-12-25T21:00:25.460 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:00:25.472 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi078.front.sepia.ceph.com 2023-12-25T21:00:25.473 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-25T21:00:25.497 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:23.672752+0000 mgr.smithi078.lrdjax (mgr.14180) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:25.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:23.672752+0000 mgr.smithi078.lrdjax (mgr.14180) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:26.472 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:24.819430+0000 mgr.smithi078.lrdjax (mgr.14180) 126 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:26.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:24.819430+0000 mgr.smithi078.lrdjax (mgr.14180) 126 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:26.829 INFO:teuthology.orchestra.run.smithi078.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-25T21:00:26.829 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400QR400BGN 372G 45s ago LVM detected, locked 2023-12-25T21:00:26.829 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 /dev/nvme1n1 ssd Linux_d724123f16a7fb268e84 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:26.830 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 /dev/nvme2n1 ssd Linux_6c19b6e29e07a88fbc07 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:26.830 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 /dev/nvme3n1 ssd Linux_1965da47fbdd3b5b6dde 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:26.830 INFO:teuthology.orchestra.run.smithi078.stdout:smithi078 /dev/nvme4n1 ssd Linux_814a7fcc8f55dc847eb5 89.4G 45s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:26.830 INFO:teuthology.orchestra.run.smithi078.stdout:smithi194 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6240002A400BGN 372G 48s ago LVM detected, locked 2023-12-25T21:00:26.830 INFO:teuthology.orchestra.run.smithi078.stdout:smithi194 /dev/nvme1n1 ssd Linux_4956b02e63d0404cd63e 89.4G 48s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:26.830 INFO:teuthology.orchestra.run.smithi078.stdout:smithi194 /dev/nvme2n1 ssd Linux_c6773dbbe3280993def8 89.4G 48s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:26.830 INFO:teuthology.orchestra.run.smithi078.stdout:smithi194 /dev/nvme3n1 ssd Linux_3fe78195170bbc16882f 89.4G 48s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:26.830 INFO:teuthology.orchestra.run.smithi078.stdout:smithi194 /dev/nvme4n1 ssd Linux_1a6082e80b626de462f3 89.4G 48s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:00:27.215 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-25T21:00:27.225 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi078.front.sepia.ceph.com 2023-12-25T21:00:27.226 DEBUG:teuthology.orchestra.run.smithi078:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-25T21:00:27.286 INFO:teuthology.orchestra.run.smithi078.stderr:+ systemctl stop nfs-server 2023-12-25T21:00:27.293 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi194.front.sepia.ceph.com 2023-12-25T21:00:27.293 DEBUG:teuthology.orchestra.run.smithi194:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-25T21:00:27.321 INFO:teuthology.orchestra.run.smithi194.stderr:+ systemctl stop nfs-server 2023-12-25T21:00:27.328 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:00:27.337 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi078.front.sepia.ceph.com 2023-12-25T21:00:27.338 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-12-25T21:00:27.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:25.673042+0000 mgr.smithi078.lrdjax (mgr.14180) 127 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:27.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:26.846635+0000 mon.smithi078 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:00:27.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:25.673042+0000 mgr.smithi078.lrdjax (mgr.14180) 127 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:27.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:26.846635+0000 mon.smithi078 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:00:28.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:26.827562+0000 mgr.smithi078.lrdjax (mgr.14180) 128 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:28.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:28.160915+0000 mon.smithi078 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:28.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:26.827562+0000 mgr.smithi078.lrdjax (mgr.14180) 128 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:28.827 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:28.160915+0000 mon.smithi078 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:29.390 INFO:teuthology.orchestra.run.smithi078.stdout:Scheduled rgw.foorgw update... 2023-12-25T21:00:29.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:27.673325+0000 mgr.smithi078.lrdjax (mgr.14180) 129 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:29.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:27.673325+0000 mgr.smithi078.lrdjax (mgr.14180) 129 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:29.868 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.78/16' 2023-12-25T21:00:30.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:29.385922+0000 mgr.smithi078.lrdjax (mgr.14180) 130 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:30.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:29.387069+0000 mgr.smithi078.lrdjax (mgr.14180) 131 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-25T21:00:30.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:29.389982+0000 mon.smithi078 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:30.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:30.331927+0000 mon.smithi078 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:29.385922+0000 mgr.smithi078.lrdjax (mgr.14180) 130 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:29.387069+0000 mgr.smithi078.lrdjax (mgr.14180) 131 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-25T21:00:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:29.389982+0000 mon.smithi078 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:30.331927+0000 mon.smithi078 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:31.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:29.673620+0000 mgr.smithi078.lrdjax (mgr.14180) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:31.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:30.626604+0000 mon.smithi078 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:31.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:29.673620+0000 mgr.smithi078.lrdjax (mgr.14180) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:31.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:30.626604+0000 mon.smithi078 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:32.762 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:31.409593+0000 mgr.smithi078.lrdjax (mgr.14180) 133 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.78/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:32.762 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:31.410792+0000 mon.smithi078 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-25T21:00:32.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:31.409593+0000 mgr.smithi078.lrdjax (mgr.14180) 133 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.78/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:00:32.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:31.410792+0000 mon.smithi078 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-25T21:00:33.439 INFO:teuthology.orchestra.run.smithi078.stdout:NFS Cluster Created Successfully 2023-12-25T21:00:33.740 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:31.673956+0000 mgr.smithi078.lrdjax (mgr.14180) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:32.400647+0000 mon.smithi078 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:32.400687+0000 mon.smithi078 (mon.0) 560 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:32.401768+0000 mon.smithi078 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.196308+0000 mon.smithi078 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.197175+0000 mon.smithi078 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.197744+0000 mon.smithi078 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.201248+0000 mon.smithi078 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.204552+0000 mon.smithi078 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.211318+0000 mon.smithi078 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.211739+0000 mon.smithi078 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi194.odvaiz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.214533+0000 mon.smithi078 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi194.odvaiz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.217840+0000 mon.smithi078 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:33.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.218365+0000 mon.smithi078 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:33.766 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:31.673956+0000 mgr.smithi078.lrdjax (mgr.14180) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:33.766 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:32.400647+0000 mon.smithi078 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-25T21:00:33.766 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:32.400687+0000 mon.smithi078 (mon.0) 560 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-12-25T21:00:33.766 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:32.401768+0000 mon.smithi078 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-25T21:00:33.766 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.196308+0000 mon.smithi078 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:33.766 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.197175+0000 mon.smithi078 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:33.766 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.197744+0000 mon.smithi078 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:00:33.766 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.201248+0000 mon.smithi078 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:33.766 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.204552+0000 mon.smithi078 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:00:33.766 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.211318+0000 mon.smithi078 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:33.766 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.211739+0000 mon.smithi078 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi194.odvaiz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:00:33.767 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.214533+0000 mon.smithi078 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi194.odvaiz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:00:33.767 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.217840+0000 mon.smithi078 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:33.767 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.218365+0000 mon.smithi078 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:33.808 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-25T21:00:33.817 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi078.front.sepia.ceph.com 2023-12-25T21:00:33.818 DEBUG:teuthology.orchestra.run.smithi078:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-12-25T21:00:33.847 INFO:teuthology.orchestra.run.smithi078.stderr:+ dnf install -y python3-boto3 2023-12-25T21:00:34.162 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-25T21:00:34.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:33.208321+0000 mgr.smithi078.lrdjax (mgr.14180) 135 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-25T21:00:34.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:33.218827+0000 mgr.smithi078.lrdjax (mgr.14180) 136 : cephadm [INF] Deploying daemon rgw.foorgw.smithi194.odvaiz on smithi194 2023-12-25T21:00:34.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.405900+0000 mon.smithi078 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-25T21:00:34.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:33.406118+0000 mon.smithi078 (mon.0) 573 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-25T21:00:34.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.432242+0000 mon.smithi078 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:34.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:33.438370+0000 mon.smithi078 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:34.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:33.208321+0000 mgr.smithi078.lrdjax (mgr.14180) 135 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-25T21:00:34.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:33.218827+0000 mgr.smithi078.lrdjax (mgr.14180) 136 : cephadm [INF] Deploying daemon rgw.foorgw.smithi194.odvaiz on smithi194 2023-12-25T21:00:34.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.405900+0000 mon.smithi078 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-25T21:00:34.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:33.406118+0000 mon.smithi078 (mon.0) 573 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-25T21:00:34.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.432242+0000 mon.smithi078 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:34.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:33.438370+0000 mon.smithi078 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:35.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:33.429287+0000 mgr.smithi078.lrdjax (mgr.14180) 137 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-25T21:00:35.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:33.433391+0000 mgr.smithi078.lrdjax (mgr.14180) 138 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-25T21:00:35.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:33.674245+0000 mgr.smithi078.lrdjax (mgr.14180) 139 : cluster [DBG] pgmap v99: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:35.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:34.411344+0000 mon.smithi078 (mon.0) 576 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-25T21:00:35.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:35.014672+0000 mon.smithi078 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:35.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:35.015876+0000 mon.smithi078 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi078.khvzut", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:00:35.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:35.018539+0000 mon.smithi078 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi078.khvzut", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:00:35.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:35.022557+0000 mon.smithi078 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:35.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:35.023102+0000 mon.smithi078 (mon.0) 581 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:33.429287+0000 mgr.smithi078.lrdjax (mgr.14180) 137 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-25T21:00:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:33.433391+0000 mgr.smithi078.lrdjax (mgr.14180) 138 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-25T21:00:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:33.674245+0000 mgr.smithi078.lrdjax (mgr.14180) 139 : cluster [DBG] pgmap v99: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:34.411344+0000 mon.smithi078 (mon.0) 576 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-25T21:00:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:35.014672+0000 mon.smithi078 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:35.015876+0000 mon.smithi078 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi078.khvzut", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:00:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:35.018539+0000 mon.smithi078 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi078.khvzut", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:00:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:35.022557+0000 mon.smithi078 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:35.023102+0000 mon.smithi078 (mon.0) 581 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:36.081 INFO:teuthology.orchestra.run.smithi078.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 25 kB/s | 4.5 kB 00:00 2023-12-25T21:00:36.753 INFO:teuthology.orchestra.run.smithi078.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2023-12-25T21:00:36.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:35.023598+0000 mgr.smithi078.lrdjax (mgr.14180) 140 : cephadm [INF] Deploying daemon rgw.foorgw.smithi078.khvzut on smithi078 2023-12-25T21:00:36.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:35.446296+0000 mon.smithi078 (mon.0) 582 : cluster [DBG] mgrmap e19: smithi078.lrdjax(active, since 2m), standbys: smithi194.wupjbo 2023-12-25T21:00:36.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:35.452875+0000 mon.smithi078 (mon.0) 583 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-25T21:00:36.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:35.455201+0000 mon.smithi194 (mon.1) 17 : audit [INF] from='client.? 172.21.15.194:0/679338604' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T21:00:36.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:35.456305+0000 mon.smithi078 (mon.0) 584 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T21:00:36.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:35.023598+0000 mgr.smithi078.lrdjax (mgr.14180) 140 : cephadm [INF] Deploying daemon rgw.foorgw.smithi078.khvzut on smithi078 2023-12-25T21:00:36.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:35.446296+0000 mon.smithi078 (mon.0) 582 : cluster [DBG] mgrmap e19: smithi078.lrdjax(active, since 2m), standbys: smithi194.wupjbo 2023-12-25T21:00:36.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:35.452875+0000 mon.smithi078 (mon.0) 583 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-25T21:00:36.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:35.455201+0000 mon.smithi194 (mon.1) 17 : audit [INF] from='client.? 172.21.15.194:0/679338604' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T21:00:36.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:35.456305+0000 mon.smithi078 (mon.0) 584 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T21:00:37.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:35.674561+0000 mgr.smithi078.lrdjax (mgr.14180) 141 : cluster [DBG] pgmap v102: 65 pgs: 22 active+clean, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:37.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:36.456399+0000 mon.smithi078 (mon.0) 585 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-25T21:00:37.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:36.456565+0000 mon.smithi078 (mon.0) 586 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-25T21:00:37.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:36.758142+0000 mon.smithi078 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:37.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:36.759588+0000 mon.smithi078 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:00:37.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:35.674561+0000 mgr.smithi078.lrdjax (mgr.14180) 141 : cluster [DBG] pgmap v102: 65 pgs: 22 active+clean, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:36.456399+0000 mon.smithi078 (mon.0) 585 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-25T21:00:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:36.456565+0000 mon.smithi078 (mon.0) 586 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-25T21:00:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:36.758142+0000 mon.smithi078 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:36.759588+0000 mon.smithi078 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:00:38.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:37.459042+0000 mon.smithi078 (mon.0) 589 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-25T21:00:38.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:37.460282+0000 mon.smithi078 (mon.0) 590 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T21:00:38.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:37.462870+0000 mon.smithi194 (mon.1) 18 : audit [INF] from='client.? 172.21.15.194:0/679338604' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T21:00:38.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:37.463481+0000 mon.smithi078 (mon.0) 591 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T21:00:38.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:37.674901+0000 mgr.smithi078.lrdjax (mgr.14180) 142 : cluster [DBG] pgmap v105: 97 pgs: 4 creating+peering, 51 unknown, 42 active+clean; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:38.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:38.102860+0000 mon.smithi078 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:38.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:37.459042+0000 mon.smithi078 (mon.0) 589 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-25T21:00:38.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:37.460282+0000 mon.smithi078 (mon.0) 590 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T21:00:38.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:37.462870+0000 mon.smithi194 (mon.1) 18 : audit [INF] from='client.? 172.21.15.194:0/679338604' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T21:00:38.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:37.463481+0000 mon.smithi078 (mon.0) 591 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T21:00:38.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:37.674901+0000 mgr.smithi078.lrdjax (mgr.14180) 142 : cluster [DBG] pgmap v105: 97 pgs: 4 creating+peering, 51 unknown, 42 active+clean; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:00:38.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:38.102860+0000 mon.smithi078 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:39.399 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-25T21:00:39.400 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-25T21:00:39.400 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-12-25T21:00:39.400 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-25T21:00:39.400 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-12-25T21:00:39.400 INFO:teuthology.orchestra.run.smithi078.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2023-12-25T21:00:39.400 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-12-25T21:00:39.400 INFO:teuthology.orchestra.run.smithi078.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2023-12-25T21:00:39.400 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2023-12-25T21:00:39.400 INFO:teuthology.orchestra.run.smithi078.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2023-12-25T21:00:39.400 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:00:39.401 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-12-25T21:00:39.401 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-25T21:00:39.401 INFO:teuthology.orchestra.run.smithi078.stdout:Install 4 Packages 2023-12-25T21:00:39.401 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:00:39.401 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 4.8 M 2023-12-25T21:00:39.401 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 49 M 2023-12-25T21:00:39.401 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-12-25T21:00:39.988 INFO:teuthology.orchestra.run.smithi078.stdout:(1/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 243 kB/s | 108 kB 00:00 2023-12-25T21:00:40.013 INFO:teuthology.orchestra.run.smithi078.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 324 kB/s | 152 kB 00:00 2023-12-25T21:00:40.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:38.463456+0000 mon.smithi078 (mon.0) 593 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-25T21:00:40.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:38.463592+0000 mon.smithi078 (mon.0) 594 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-25T21:00:40.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:38.463746+0000 mon.smithi078 (mon.0) 595 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-25T21:00:40.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:39.323001+0000 mon.smithi078 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:40.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:39.323984+0000 mon.smithi078 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:40.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:39.324667+0000 mon.smithi078 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:00:40.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:39.327596+0000 mgr.smithi078.lrdjax (mgr.14180) 143 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T21:00:40.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:38.463456+0000 mon.smithi078 (mon.0) 593 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-25T21:00:40.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:38.463592+0000 mon.smithi078 (mon.0) 594 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-25T21:00:40.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:38.463746+0000 mon.smithi078 (mon.0) 595 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-25T21:00:40.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:39.323001+0000 mon.smithi078 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:40.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:39.323984+0000 mon.smithi078 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:40.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:39.324667+0000 mon.smithi078 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:00:40.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:39.327596+0000 mgr.smithi078.lrdjax (mgr.14180) 143 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T21:00:40.214 INFO:teuthology.orchestra.run.smithi078.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 199 kB/s | 45 kB 00:00 2023-12-25T21:00:40.539 INFO:teuthology.orchestra.run.smithi078.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 4.5 MB/s | 4.5 MB 00:00 2023-12-25T21:00:40.540 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-12-25T21:00:40.540 INFO:teuthology.orchestra.run.smithi078.stdout:Total 4.2 MB/s | 4.8 MB 00:01 2023-12-25T21:00:40.552 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-12-25T21:00:40.559 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-12-25T21:00:40.559 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-12-25T21:00:40.639 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-12-25T21:00:40.648 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-12-25T21:00:40.868 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-12-25T21:00:41.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:39.675463+0000 mgr.smithi078.lrdjax (mgr.14180) 144 : cluster [DBG] pgmap v107: 97 pgs: 4 creating+peering, 27 unknown, 66 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 1.4 KiB/s wr, 5 op/s 2023-12-25T21:00:41.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:39.686791+0000 mon.smithi078 (mon.0) 599 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-25T21:00:41.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:39.687940+0000 mon.smithi078 (mon.0) 600 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:00:41.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:39.689686+0000 mon.smithi194 (mon.1) 19 : audit [INF] from='client.? 172.21.15.194:0/679338604' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:00:41.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:39.694862+0000 mon.smithi078 (mon.0) 601 : audit [INF] from='client.? 172.21.15.78:0/491845889' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:00:41.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:39.698224+0000 mon.smithi078 (mon.0) 602 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:00:41.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:39.830127+0000 mon.smithi078 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:41.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:40.687939+0000 mon.smithi078 (mon.0) 604 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T21:00:41.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:40.688139+0000 mon.smithi078 (mon.0) 605 : audit [INF] from='client.? 172.21.15.78:0/491845889' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T21:00:41.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:40.688246+0000 mon.smithi078 (mon.0) 606 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T21:00:41.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:40.688330+0000 mon.smithi078 (mon.0) 607 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-25T21:00:41.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:39.675463+0000 mgr.smithi078.lrdjax (mgr.14180) 144 : cluster [DBG] pgmap v107: 97 pgs: 4 creating+peering, 27 unknown, 66 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 1.4 KiB/s wr, 5 op/s 2023-12-25T21:00:41.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:39.686791+0000 mon.smithi078 (mon.0) 599 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-25T21:00:41.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:39.687940+0000 mon.smithi078 (mon.0) 600 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:00:41.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:39.689686+0000 mon.smithi194 (mon.1) 19 : audit [INF] from='client.? 172.21.15.194:0/679338604' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:00:41.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:39.694862+0000 mon.smithi078 (mon.0) 601 : audit [INF] from='client.? 172.21.15.78:0/491845889' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:00:41.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:39.698224+0000 mon.smithi078 (mon.0) 602 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T21:00:41.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:39.830127+0000 mon.smithi078 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:41.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:40.687939+0000 mon.smithi078 (mon.0) 604 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T21:00:41.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:40.688139+0000 mon.smithi078 (mon.0) 605 : audit [INF] from='client.? 172.21.15.78:0/491845889' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T21:00:41.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:40.688246+0000 mon.smithi078 (mon.0) 606 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T21:00:41.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:40.688330+0000 mon.smithi078 (mon.0) 607 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-25T21:00:42.115 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-12-25T21:00:42.413 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-12-25T21:00:42.673 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-12-25T21:00:42.920 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2023-12-25T21:00:43.045 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:41.675872+0000 mgr.smithi078.lrdjax (mgr.14180) 145 : cluster [DBG] pgmap v110: 129 pgs: 6 creating+peering, 32 unknown, 91 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 728 B/s wr, 3 op/s 2023-12-25T21:00:43.045 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:41.689964+0000 mon.smithi078 (mon.0) 608 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-25T21:00:43.045 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:41.690846+0000 mon.smithi078 (mon.0) 609 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:00:43.045 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:41.695240+0000 mon.smithi194 (mon.1) 20 : audit [INF] from='client.? 172.21.15.78:0/3411981374' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:00:43.045 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:41.695537+0000 mon.smithi194 (mon.1) 21 : audit [INF] from='client.? 172.21.15.194:0/4033628960' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:00:43.046 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:41.696429+0000 mon.smithi078 (mon.0) 610 : audit [INF] from='client.? ' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:00:43.046 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:41.696680+0000 mon.smithi078 (mon.0) 611 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:00:43.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:41.675872+0000 mgr.smithi078.lrdjax (mgr.14180) 145 : cluster [DBG] pgmap v110: 129 pgs: 6 creating+peering, 32 unknown, 91 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 728 B/s wr, 3 op/s 2023-12-25T21:00:43.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:41.689964+0000 mon.smithi078 (mon.0) 608 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-25T21:00:43.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:41.690846+0000 mon.smithi078 (mon.0) 609 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:00:43.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:41.695240+0000 mon.smithi194 (mon.1) 20 : audit [INF] from='client.? 172.21.15.78:0/3411981374' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:00:43.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:41.695537+0000 mon.smithi194 (mon.1) 21 : audit [INF] from='client.? 172.21.15.194:0/4033628960' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:00:43.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:41.696429+0000 mon.smithi078 (mon.0) 610 : audit [INF] from='client.? ' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:00:43.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:41.696680+0000 mon.smithi078 (mon.0) 611 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T21:00:43.153 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2023-12-25T21:00:43.153 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2023-12-25T21:00:43.153 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-12-25T21:00:43.153 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-12-25T21:00:44.042 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:42.693782+0000 mon.smithi078 (mon.0) 612 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T21:00:44.042 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:42.694011+0000 mon.smithi078 (mon.0) 613 : audit [INF] from='client.? ' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T21:00:44.042 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:42.694107+0000 mon.smithi078 (mon.0) 614 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T21:00:44.042 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:42.694191+0000 mon.smithi078 (mon.0) 615 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-25T21:00:44.042 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:42.696607+0000 mon.smithi078 (mon.0) 616 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:00:44.042 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:42.702009+0000 mon.smithi194 (mon.1) 22 : audit [INF] from='client.? 172.21.15.78:0/3411981374' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:00:44.042 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:42.702549+0000 mon.smithi078 (mon.0) 617 : audit [INF] from='client.? ' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:00:44.042 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:42.712821+0000 mon.smithi194 (mon.1) 23 : audit [INF] from='client.? 172.21.15.194:0/4033628960' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:00:44.042 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:42.713674+0000 mon.smithi078 (mon.0) 618 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:00:44.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:42.693782+0000 mon.smithi078 (mon.0) 612 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T21:00:44.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:42.694011+0000 mon.smithi078 (mon.0) 613 : audit [INF] from='client.? ' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T21:00:44.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:42.694107+0000 mon.smithi078 (mon.0) 614 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T21:00:44.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:42.694191+0000 mon.smithi078 (mon.0) 615 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-25T21:00:44.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:42.696607+0000 mon.smithi078 (mon.0) 616 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:00:44.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:42.702009+0000 mon.smithi194 (mon.1) 22 : audit [INF] from='client.? 172.21.15.78:0/3411981374' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:00:44.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:42.702549+0000 mon.smithi078 (mon.0) 617 : audit [INF] from='client.? ' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:00:44.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:42.712821+0000 mon.smithi194 (mon.1) 23 : audit [INF] from='client.? 172.21.15.194:0/4033628960' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:00:44.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:42.713674+0000 mon.smithi078 (mon.0) 618 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:00:44.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:43.676289+0000 mgr.smithi078.lrdjax (mgr.14180) 146 : cluster [DBG] pgmap v113: 161 pgs: 20 creating+peering, 27 unknown, 114 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-25T21:00:44.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.700397+0000 mon.smithi078 (mon.0) 619 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:00:44.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.700471+0000 mon.smithi078 (mon.0) 620 : audit [INF] from='client.? ' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:00:44.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.700540+0000 mon.smithi078 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:00:44.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:43.700606+0000 mon.smithi078 (mon.0) 622 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-25T21:00:44.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.909190+0000 mon.smithi078 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:44.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.916128+0000 mon.smithi078 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:44.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.921825+0000 mon.smithi078 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:44.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.927141+0000 mon.smithi078 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:00:44.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.941366+0000 mon.smithi078 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:43.964877+0000 mgr.smithi078.lrdjax (mgr.14180) 147 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi078.cgorgq 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.965248+0000 mon.smithi078 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi078.cgorgq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.969141+0000 mon.smithi078 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi078.cgorgq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:43.969884+0000 mgr.smithi078.lrdjax (mgr.14180) 148 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.970341+0000 mon.smithi078 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 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-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.973568+0000 mon.smithi078 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 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-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:43.974732+0000 mon.smithi078 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:44.017357+0000 mon.smithi078 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:44.023043+0000 mon.smithi078 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:44.081023+0000 mgr.smithi078.lrdjax (mgr.14180) 149 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:44.081151+0000 mgr.smithi078.lrdjax (mgr.14180) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi078.cgorgq-rgw 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:44.081569+0000 mon.smithi078 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi078.cgorgq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:44.085288+0000 mon.smithi078 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi078.cgorgq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:44.089407+0000 mon.smithi078 (mon.0) 637 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:44.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:44.090350+0000 mgr.smithi078.lrdjax (mgr.14180) 151 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi078.cgorgq on smithi078 2023-12-25T21:00:45.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:43.676289+0000 mgr.smithi078.lrdjax (mgr.14180) 146 : cluster [DBG] pgmap v113: 161 pgs: 20 creating+peering, 27 unknown, 114 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-25T21:00:45.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.700397+0000 mon.smithi078 (mon.0) 619 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:00:45.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.700471+0000 mon.smithi078 (mon.0) 620 : audit [INF] from='client.? ' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:00:45.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.700540+0000 mon.smithi078 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi194.odvaiz' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:00:45.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:43.700606+0000 mon.smithi078 (mon.0) 622 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-25T21:00:45.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.909190+0000 mon.smithi078 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:45.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.916128+0000 mon.smithi078 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.921825+0000 mon.smithi078 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.927141+0000 mon.smithi078 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.941366+0000 mon.smithi078 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:43.964877+0000 mgr.smithi078.lrdjax (mgr.14180) 147 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi078.cgorgq 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.965248+0000 mon.smithi078 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi078.cgorgq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.969141+0000 mon.smithi078 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi078.cgorgq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:43.969884+0000 mgr.smithi078.lrdjax (mgr.14180) 148 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.970341+0000 mon.smithi078 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 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-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.973568+0000 mon.smithi078 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 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-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:43.974732+0000 mon.smithi078 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:44.017357+0000 mon.smithi078 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:44.023043+0000 mon.smithi078 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:44.081023+0000 mgr.smithi078.lrdjax (mgr.14180) 149 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-25T21:00:45.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:44.081151+0000 mgr.smithi078.lrdjax (mgr.14180) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi078.cgorgq-rgw 2023-12-25T21:00:45.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:44.081569+0000 mon.smithi078 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi078.cgorgq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:00:45.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:44.085288+0000 mon.smithi078 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi078.cgorgq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:00:45.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:44.089407+0000 mon.smithi078 (mon.0) 637 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:00:45.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:44.090350+0000 mgr.smithi078.lrdjax (mgr.14180) 151 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi078.cgorgq on smithi078 2023-12-25T21:00:47.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:45.677130+0000 mgr.smithi078.lrdjax (mgr.14180) 152 : cluster [DBG] pgmap v115: 161 pgs: 14 creating+peering, 3 unknown, 144 active+clean; 4.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 4.8 KiB/s wr, 188 op/s 2023-12-25T21:00:47.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:45.707128+0000 mon.smithi078 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:47.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:45.712178+0000 mon.smithi078 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:47.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:00:45.719098+0000 mgr.smithi078.lrdjax (mgr.14180) 153 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.ranenc on smithi194 2023-12-25T21:00:47.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:45.677130+0000 mgr.smithi078.lrdjax (mgr.14180) 152 : cluster [DBG] pgmap v115: 161 pgs: 14 creating+peering, 3 unknown, 144 active+clean; 4.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 4.8 KiB/s wr, 188 op/s 2023-12-25T21:00:47.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:45.707128+0000 mon.smithi078 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:47.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:45.712178+0000 mon.smithi078 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:47.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:00:45.719098+0000 mgr.smithi078.lrdjax (mgr.14180) 153 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.ranenc on smithi194 2023-12-25T21:00:49.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:47.677723+0000 mgr.smithi078.lrdjax (mgr.14180) 154 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 KiB/s rd, 7.3 KiB/s wr, 257 op/s 2023-12-25T21:00:49.141 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:47.677723+0000 mgr.smithi078.lrdjax (mgr.14180) 154 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 KiB/s rd, 7.3 KiB/s wr, 257 op/s 2023-12-25T21:00:51.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:49.678367+0000 mgr.smithi078.lrdjax (mgr.14180) 155 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 5.5 KiB/s wr, 193 op/s 2023-12-25T21:00:51.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:50.030041+0000 mon.smithi078 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:51.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:49.678367+0000 mgr.smithi078.lrdjax (mgr.14180) 155 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 5.5 KiB/s wr, 193 op/s 2023-12-25T21:00:51.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:50.030041+0000 mon.smithi078 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:53.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:51.679102+0000 mgr.smithi078.lrdjax (mgr.14180) 156 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 81 KiB/s rd, 4.9 KiB/s wr, 171 op/s 2023-12-25T21:00:53.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:51.679102+0000 mgr.smithi078.lrdjax (mgr.14180) 156 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 81 KiB/s rd, 4.9 KiB/s wr, 171 op/s 2023-12-25T21:00:55.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:53.679706+0000 mgr.smithi078.lrdjax (mgr.14180) 157 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 4.4 KiB/s wr, 154 op/s 2023-12-25T21:00:55.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:55.036954+0000 mon.smithi078 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:55.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:53.679706+0000 mgr.smithi078.lrdjax (mgr.14180) 157 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 4.4 KiB/s wr, 154 op/s 2023-12-25T21:00:55.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:55.036954+0000 mon.smithi078 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:00:56.274 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2023-12-25T21:00:56.274 INFO:teuthology.orchestra.run.smithi078.stdout:Installed products updated. 2023-12-25T21:00:56.804 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:00:56.804 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-12-25T21:00:56.804 INFO:teuthology.orchestra.run.smithi078.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2023-12-25T21:00:56.804 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2023-12-25T21:00:56.804 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:00:56.804 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-25T21:00:57.072 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T21:00:57.142 INFO:teuthology.orchestra.run.smithi078.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-12-25T21:00:57.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:55.680591+0000 mgr.smithi078.lrdjax (mgr.14180) 158 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 3.7 KiB/s wr, 128 op/s 2023-12-25T21:00:57.385 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring fsid 03094dc8-a368-11ee-95a5-87774f69a715 2023-12-25T21:00:57.412 INFO:teuthology.orchestra.run.smithi078.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a 2023-12-25T21:00:57.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:55.680591+0000 mgr.smithi078.lrdjax (mgr.14180) 158 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 3.7 KiB/s wr, 128 op/s 2023-12-25T21:00:58.797 INFO:teuthology.run_tasks:Running task python... 2023-12-25T21:00:58.808 INFO:tasks.python:Running python on role host.a host ubuntu@smithi078.front.sepia.ceph.com 2023-12-25T21:00:58.808 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-25T21:00:58.808 DEBUG:teuthology.orchestra.run.smithi078:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-12-25T21:00:59.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:00:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:57.681115+0000 mgr.smithi078.lrdjax (mgr.14180) 159 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 1.7 KiB/s wr, 50 op/s 2023-12-25T21:00:59.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:00:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:57.681115+0000 mgr.smithi078.lrdjax (mgr.14180) 159 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 1.7 KiB/s wr, 50 op/s 2023-12-25T21:01:00.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:59.326130+0000 mon.smithi078 (mon.0) 642 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-25T21:01:00.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:00:59.326788+0000 mon.smithi078 (mon.0) 643 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-25T21:01:00.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:59.326130+0000 mon.smithi078 (mon.0) 642 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-25T21:01:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:00:59.326788+0000 mon.smithi078 (mon.0) 643 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-25T21:01:01.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:00:59.681650+0000 mgr.smithi078.lrdjax (mgr.14180) 160 : cluster [DBG] pgmap v123: 193 pgs: 7 creating+peering, 25 unknown, 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 102 B/s wr, 1 op/s 2023-12-25T21:01:01.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:00.334820+0000 mon.smithi078 (mon.0) 644 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-25T21:01:01.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:00.335079+0000 mon.smithi078 (mon.0) 645 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-25T21:01:01.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:00.336519+0000 mon.smithi078 (mon.0) 646 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:01:01.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:00:59.681650+0000 mgr.smithi078.lrdjax (mgr.14180) 160 : cluster [DBG] pgmap v123: 193 pgs: 7 creating+peering, 25 unknown, 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 102 B/s wr, 1 op/s 2023-12-25T21:01:01.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:00.334820+0000 mon.smithi078 (mon.0) 644 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-25T21:01:01.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:00.335079+0000 mon.smithi078 (mon.0) 645 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-25T21:01:01.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:00.336519+0000 mon.smithi078 (mon.0) 646 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T21:01:02.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:01.334413+0000 mon.smithi078 (mon.0) 647 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:01:02.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:01.334514+0000 mon.smithi078 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-25T21:01:02.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:01.334413+0000 mon.smithi078 (mon.0) 647 : audit [INF] from='client.? 172.21.15.78:0/436101094' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T21:01:02.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:01.334514+0000 mon.smithi078 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-25T21:01:03.409 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:01:03.425 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi078.front.sepia.ceph.com 2023-12-25T21:01:03.425 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2023-12-25T21:01:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:01.682142+0000 mgr.smithi078.lrdjax (mgr.14180) 161 : cluster [DBG] pgmap v126: 193 pgs: 7 creating+peering, 19 unknown, 167 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 341 B/s wr, 2 op/s 2023-12-25T21:01:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:02.345006+0000 mon.smithi078 (mon.0) 649 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-25T21:01:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:02.345792+0000 mon.smithi078 (mon.0) 650 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-25T21:01:03.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:01.682142+0000 mgr.smithi078.lrdjax (mgr.14180) 161 : cluster [DBG] pgmap v126: 193 pgs: 7 creating+peering, 19 unknown, 167 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 341 B/s wr, 2 op/s 2023-12-25T21:01:03.749 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:02.345006+0000 mon.smithi078 (mon.0) 649 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-25T21:01:03.749 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:02.345792+0000 mon.smithi078 (mon.0) 650 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-25T21:01:04.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:03.348321+0000 mon.smithi078 (mon.0) 651 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-25T21:01:04.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:03.348600+0000 mon.smithi078 (mon.0) 652 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-25T21:01:04.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:03.348321+0000 mon.smithi078 (mon.0) 651 : audit [INF] from='client.? 172.21.15.78:0/560733050' entity='client.rgw.foorgw.smithi078.khvzut' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-25T21:01:04.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:03.348600+0000 mon.smithi078 (mon.0) 652 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-25T21:01:04.987 INFO:teuthology.orchestra.run.smithi078.stdout:{ 2023-12-25T21:01:04.987 INFO:teuthology.orchestra.run.smithi078.stdout: "bind": "/foobucket", 2023-12-25T21:01:04.988 INFO:teuthology.orchestra.run.smithi078.stdout: "path": "foobucket", 2023-12-25T21:01:04.988 INFO:teuthology.orchestra.run.smithi078.stdout: "cluster": "foo", 2023-12-25T21:01:04.988 INFO:teuthology.orchestra.run.smithi078.stdout: "mode": "RW", 2023-12-25T21:01:04.988 INFO:teuthology.orchestra.run.smithi078.stdout: "squash": "none" 2023-12-25T21:01:04.988 INFO:teuthology.orchestra.run.smithi078.stdout:} 2023-12-25T21:01:05.412 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-25T21:01:05.427 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-25T21:01:05.427 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:05.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:03.682532+0000 mgr.smithi078.lrdjax (mgr.14180) 162 : cluster [DBG] pgmap v129: 225 pgs: 11 creating+peering, 34 unknown, 180 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1023 B/s wr, 4 op/s 2023-12-25T21:01:05.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:04.364746+0000 mon.smithi078 (mon.0) 653 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-25T21:01:05.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:03.682532+0000 mgr.smithi078.lrdjax (mgr.14180) 162 : cluster [DBG] pgmap v129: 225 pgs: 11 creating+peering, 34 unknown, 180 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1023 B/s wr, 4 op/s 2023-12-25T21:01:05.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:04.364746+0000 mon.smithi078 (mon.0) 653 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-25T21:01:06.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:04.781142+0000 mgr.smithi078.lrdjax (mgr.14180) 163 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:01:06.728 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:06.728 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:06.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:04.781142+0000 mgr.smithi078.lrdjax (mgr.14180) 163 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:01:07.148 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:07.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:05.683472+0000 mgr.smithi078.lrdjax (mgr.14180) 164 : cluster [DBG] pgmap v131: 225 pgs: 4 creating+peering, 15 unknown, 206 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 706 B/s wr, 11 op/s 2023-12-25T21:01:07.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:05.683472+0000 mgr.smithi078.lrdjax (mgr.14180) 164 : cluster [DBG] pgmap v131: 225 pgs: 4 creating+peering, 15 unknown, 206 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 706 B/s wr, 11 op/s 2023-12-25T21:01:08.149 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:08.523 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:06.723144+0000 mgr.smithi078.lrdjax (mgr.14180) 165 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:08.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:06.723144+0000 mgr.smithi078.lrdjax (mgr.14180) 165 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:09.567 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:09.567 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:09.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:07.684157+0000 mgr.smithi078.lrdjax (mgr.14180) 166 : cluster [DBG] pgmap v132: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 1.5 KiB/s wr, 24 op/s 2023-12-25T21:01:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:07.684157+0000 mgr.smithi078.lrdjax (mgr.14180) 166 : cluster [DBG] pgmap v132: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 1.5 KiB/s wr, 24 op/s 2023-12-25T21:01:09.946 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:10.947 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:11.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:09.563099+0000 mgr.smithi078.lrdjax (mgr.14180) 167 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:11.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:09.684857+0000 mgr.smithi078.lrdjax (mgr.14180) 168 : cluster [DBG] pgmap v133: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1.2 KiB/s wr, 28 op/s 2023-12-25T21:01:11.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:09.563099+0000 mgr.smithi078.lrdjax (mgr.14180) 167 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:11.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:09.684857+0000 mgr.smithi078.lrdjax (mgr.14180) 168 : cluster [DBG] pgmap v133: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1.2 KiB/s wr, 28 op/s 2023-12-25T21:01:12.289 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:12.289 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:13.219 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:13.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:11.685449+0000 mgr.smithi078.lrdjax (mgr.14180) 169 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 859 B/s wr, 24 op/s 2023-12-25T21:01:13.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:12.285515+0000 mgr.smithi078.lrdjax (mgr.14180) 170 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:13.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:11.685449+0000 mgr.smithi078.lrdjax (mgr.14180) 169 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 859 B/s wr, 24 op/s 2023-12-25T21:01:13.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:12.285515+0000 mgr.smithi078.lrdjax (mgr.14180) 170 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:14.220 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:15.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:13.686063+0000 mgr.smithi078.lrdjax (mgr.14180) 171 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 716 B/s wr, 20 op/s 2023-12-25T21:01:15.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:15.052092+0000 mon.smithi078 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:01:15.614 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:15.614 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:13.686063+0000 mgr.smithi078.lrdjax (mgr.14180) 171 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 716 B/s wr, 20 op/s 2023-12-25T21:01:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:15.052092+0000 mon.smithi078 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:01:15.995 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:16.996 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:17.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:15.610984+0000 mgr.smithi078.lrdjax (mgr.14180) 172 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:17.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:15.686784+0000 mgr.smithi078.lrdjax (mgr.14180) 173 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 813 B/s wr, 17 op/s 2023-12-25T21:01:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:15.610984+0000 mgr.smithi078.lrdjax (mgr.14180) 172 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:15.686784+0000 mgr.smithi078.lrdjax (mgr.14180) 173 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 813 B/s wr, 17 op/s 2023-12-25T21:01:18.390 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:18.390 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:18.760 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:19.761 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:19.792 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:17.687658+0000 mgr.smithi078.lrdjax (mgr.14180) 174 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 767 B/s wr, 14 op/s 2023-12-25T21:01:19.793 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:18.386634+0000 mgr.smithi078.lrdjax (mgr.14180) 175 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:19.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:17.687658+0000 mgr.smithi078.lrdjax (mgr.14180) 174 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 767 B/s wr, 14 op/s 2023-12-25T21:01:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:18.386634+0000 mgr.smithi078.lrdjax (mgr.14180) 175 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:21.113 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:21.113 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:21.493 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:21.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:19.688375+0000 mgr.smithi078.lrdjax (mgr.14180) 176 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 255 B/s wr, 6 op/s 2023-12-25T21:01:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:19.688375+0000 mgr.smithi078.lrdjax (mgr.14180) 176 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 255 B/s wr, 6 op/s 2023-12-25T21:01:22.494 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:22.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:21.110141+0000 mgr.smithi078.lrdjax (mgr.14180) 177 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:22.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:21.110141+0000 mgr.smithi078.lrdjax (mgr.14180) 177 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:23.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:21.688961+0000 mgr.smithi078.lrdjax (mgr.14180) 178 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:01:23.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:21.688961+0000 mgr.smithi078.lrdjax (mgr.14180) 178 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:01:24.111 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:24.111 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:24.494 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:25.494 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:25.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:23.689585+0000 mgr.smithi078.lrdjax (mgr.14180) 179 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:01:25.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:24.108304+0000 mgr.smithi078.lrdjax (mgr.14180) 180 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:23.689585+0000 mgr.smithi078.lrdjax (mgr.14180) 179 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:01:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:24.108304+0000 mgr.smithi078.lrdjax (mgr.14180) 180 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:26.899 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:26.899 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:27.284 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:27.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:25.690246+0000 mgr.smithi078.lrdjax (mgr.14180) 181 : cluster [DBG] pgmap v141: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:01:27.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:25.690246+0000 mgr.smithi078.lrdjax (mgr.14180) 181 : cluster [DBG] pgmap v141: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-25T21:01:28.286 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:28.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:26.895556+0000 mgr.smithi078.lrdjax (mgr.14180) 182 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:28.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:26.895556+0000 mgr.smithi078.lrdjax (mgr.14180) 182 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:29.754 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:29.754 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:29.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:27.690866+0000 mgr.smithi078.lrdjax (mgr.14180) 183 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:29.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:27.690866+0000 mgr.smithi078.lrdjax (mgr.14180) 183 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:30.135 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:30.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:29.691429+0000 mgr.smithi078.lrdjax (mgr.14180) 184 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:30.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:29.750535+0000 mgr.smithi078.lrdjax (mgr.14180) 185 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:29.691429+0000 mgr.smithi078.lrdjax (mgr.14180) 184 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:29.750535+0000 mgr.smithi078.lrdjax (mgr.14180) 185 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:31.136 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:32.527 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:32.528 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:32.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:31.691966+0000 mgr.smithi078.lrdjax (mgr.14180) 186 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:01:32.927 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:33.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:31.691966+0000 mgr.smithi078.lrdjax (mgr.14180) 186 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:01:33.928 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:34.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:32.524216+0000 mgr.smithi078.lrdjax (mgr.14180) 187 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:34.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:32.524216+0000 mgr.smithi078.lrdjax (mgr.14180) 187 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:35.295 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:35.296 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:35.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:33.692822+0000 mgr.smithi078.lrdjax (mgr.14180) 188 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:33.692822+0000 mgr.smithi078.lrdjax (mgr.14180) 188 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:35.667 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:36.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:35.292131+0000 mgr.smithi078.lrdjax (mgr.14180) 189 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:36.668 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:36.702 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:35.292131+0000 mgr.smithi078.lrdjax (mgr.14180) 189 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:37.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:35.693698+0000 mgr.smithi078.lrdjax (mgr.14180) 190 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:37.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:35.693698+0000 mgr.smithi078.lrdjax (mgr.14180) 190 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:38.020 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:38.021 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:38.392 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:39.393 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:37.694302+0000 mgr.smithi078.lrdjax (mgr.14180) 191 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:38.017360+0000 mgr.smithi078.lrdjax (mgr.14180) 192 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:39.735 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:37.694302+0000 mgr.smithi078.lrdjax (mgr.14180) 191 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:39.735 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:38.017360+0000 mgr.smithi078.lrdjax (mgr.14180) 192 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:40.778 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:40.778 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:41.174 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:41.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:39.694845+0000 mgr.smithi078.lrdjax (mgr.14180) 193 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:41.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:39.694845+0000 mgr.smithi078.lrdjax (mgr.14180) 193 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:42.175 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:42.510 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:40.773656+0000 mgr.smithi078.lrdjax (mgr.14180) 194 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:42.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:40.773656+0000 mgr.smithi078.lrdjax (mgr.14180) 194 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:43.507 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:43.507 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:43.529 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:41.695396+0000 mgr.smithi078.lrdjax (mgr.14180) 195 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:01:43.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:41.695396+0000 mgr.smithi078.lrdjax (mgr.14180) 195 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:01:43.893 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:44.894 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:45.553 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:43.502232+0000 mgr.smithi078.lrdjax (mgr.14180) 196 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:45.553 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:43.696137+0000 mgr.smithi078.lrdjax (mgr.14180) 197 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:43.502232+0000 mgr.smithi078.lrdjax (mgr.14180) 196 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:43.696137+0000 mgr.smithi078.lrdjax (mgr.14180) 197 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:46.252 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:46.252 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:46.633 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:47.633 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:47.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:45.696762+0000 mgr.smithi078.lrdjax (mgr.14180) 198 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:47.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:46.248744+0000 mgr.smithi078.lrdjax (mgr.14180) 199 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:47.667 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:45.696762+0000 mgr.smithi078.lrdjax (mgr.14180) 198 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:47.667 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:46.248744+0000 mgr.smithi078.lrdjax (mgr.14180) 199 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:48.985 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:48.985 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:49.398 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:49.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:47.697517+0000 mgr.smithi078.lrdjax (mgr.14180) 200 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:49.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:47.697517+0000 mgr.smithi078.lrdjax (mgr.14180) 200 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:50.398 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:50.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:48.982002+0000 mgr.smithi078.lrdjax (mgr.14180) 201 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:50.741 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:48.982002+0000 mgr.smithi078.lrdjax (mgr.14180) 201 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:49.698231+0000 mgr.smithi078.lrdjax (mgr.14180) 202 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:51.742 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:51.742 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:51.768 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:49.698231+0000 mgr.smithi078.lrdjax (mgr.14180) 202 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:52.123 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:53.125 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:53.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:51.698719+0000 mgr.smithi078.lrdjax (mgr.14180) 203 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:01:53.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:51.738907+0000 mgr.smithi078.lrdjax (mgr.14180) 204 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:53.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:51.698719+0000 mgr.smithi078.lrdjax (mgr.14180) 203 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:01:53.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:51.738907+0000 mgr.smithi078.lrdjax (mgr.14180) 204 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:54.530 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:54.530 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:54.917 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:55.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:53.699379+0000 mgr.smithi078.lrdjax (mgr.14180) 205 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:55.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:53.699379+0000 mgr.smithi078.lrdjax (mgr.14180) 205 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:55.918 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:56.551 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:54.526655+0000 mgr.smithi078.lrdjax (mgr.14180) 206 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:56.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:54.526655+0000 mgr.smithi078.lrdjax (mgr.14180) 206 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:57.227 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:01:57.227 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:01:57.554 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:55.700053+0000 mgr.smithi078.lrdjax (mgr.14180) 207 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:57.606 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:01:57.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:55.700053+0000 mgr.smithi078.lrdjax (mgr.14180) 207 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:58.606 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:01:58.640 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:57.222963+0000 mgr.smithi078.lrdjax (mgr.14180) 208 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:58.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:57.222963+0000 mgr.smithi078.lrdjax (mgr.14180) 208 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:01:59.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:01:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:57.700701+0000 mgr.smithi078.lrdjax (mgr.14180) 209 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:01:59.726 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:01:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:57.700701+0000 mgr.smithi078.lrdjax (mgr.14180) 209 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:00.078 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:00.078 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:00.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:59.671574+0000 mon.smithi078 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [0, 4]}]: dispatch 2023-12-25T21:02:00.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:59.671843+0000 mon.smithi078 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.0", "id": [1, 5]}]: dispatch 2023-12-25T21:02:00.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:59.672078+0000 mon.smithi078 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1", "id": [4, 0]}]: dispatch 2023-12-25T21:02:00.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:59.672222+0000 mon.smithi078 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [4, 2]}]: dispatch 2023-12-25T21:02:00.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:59.672363+0000 mon.smithi078 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 2]}]: dispatch 2023-12-25T21:02:00.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:01:59.672503+0000 mon.smithi078 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.5", "id": [3, 1]}]: dispatch 2023-12-25T21:02:00.451 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:00.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:59.671574+0000 mon.smithi078 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [0, 4]}]: dispatch 2023-12-25T21:02:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:59.671843+0000 mon.smithi078 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.0", "id": [1, 5]}]: dispatch 2023-12-25T21:02:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:59.672078+0000 mon.smithi078 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1", "id": [4, 0]}]: dispatch 2023-12-25T21:02:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:59.672222+0000 mon.smithi078 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [4, 2]}]: dispatch 2023-12-25T21:02:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:59.672363+0000 mon.smithi078 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 2]}]: dispatch 2023-12-25T21:02:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:01:59.672503+0000 mon.smithi078 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.5", "id": [3, 1]}]: dispatch 2023-12-25T21:02:01.452 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:01.783 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:01:59.701398+0000 mgr.smithi078.lrdjax (mgr.14180) 210 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:01.783 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:00.074933+0000 mgr.smithi078.lrdjax (mgr.14180) 211 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:01.784 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:00.394855+0000 mon.smithi078 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [0, 4]}]': finished 2023-12-25T21:02:01.784 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:00.394903+0000 mon.smithi078 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.0", "id": [1, 5]}]': finished 2023-12-25T21:02:01.784 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:00.394939+0000 mon.smithi078 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1", "id": [4, 0]}]': finished 2023-12-25T21:02:01.784 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:00.394980+0000 mon.smithi078 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [4, 2]}]': finished 2023-12-25T21:02:01.784 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:00.395044+0000 mon.smithi078 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 2]}]': finished 2023-12-25T21:02:01.784 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:00.395118+0000 mon.smithi078 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.5", "id": [3, 1]}]': finished 2023-12-25T21:02:01.784 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:00.395179+0000 mon.smithi078 (mon.0) 667 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-25T21:02:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:01:59.701398+0000 mgr.smithi078.lrdjax (mgr.14180) 210 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:00.074933+0000 mgr.smithi078.lrdjax (mgr.14180) 211 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:00.394855+0000 mon.smithi078 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [0, 4]}]': finished 2023-12-25T21:02:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:00.394903+0000 mon.smithi078 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.0", "id": [1, 5]}]': finished 2023-12-25T21:02:01.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:00.394939+0000 mon.smithi078 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1", "id": [4, 0]}]': finished 2023-12-25T21:02:01.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:00.394980+0000 mon.smithi078 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [4, 2]}]': finished 2023-12-25T21:02:01.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:00.395044+0000 mon.smithi078 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 2]}]': finished 2023-12-25T21:02:01.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:00.395118+0000 mon.smithi078 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "6.5", "id": [3, 1]}]': finished 2023-12-25T21:02:01.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:00.395179+0000 mon.smithi078 (mon.0) 667 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-25T21:02:02.796 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:02.796 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:02.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:01.397500+0000 mon.smithi078 (mon.0) 668 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-25T21:02:02.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:01.397500+0000 mon.smithi078 (mon.0) 668 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-25T21:02:03.164 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:03.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:01.701768+0000 mgr.smithi078.lrdjax (mgr.14180) 212 : cluster [DBG] pgmap v161: 225 pgs: 2 peering, 223 active+clean; 7.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:02:03.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:01.701768+0000 mgr.smithi078.lrdjax (mgr.14180) 212 : cluster [DBG] pgmap v161: 225 pgs: 2 peering, 223 active+clean; 7.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:02:04.165 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:04.498 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:02.792261+0000 mgr.smithi078.lrdjax (mgr.14180) 213 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:04.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:02.792261+0000 mgr.smithi078.lrdjax (mgr.14180) 213 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:05.515 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:05.515 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:05.541 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:03.702432+0000 mgr.smithi078.lrdjax (mgr.14180) 214 : cluster [DBG] pgmap v162: 225 pgs: 2 peering, 223 active+clean; 7.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:02:05.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:03.702432+0000 mgr.smithi078.lrdjax (mgr.14180) 214 : cluster [DBG] pgmap v162: 225 pgs: 2 peering, 223 active+clean; 7.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:02:05.921 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:06.922 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:07.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:05.511902+0000 mgr.smithi078.lrdjax (mgr.14180) 215 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:07.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:05.703232+0000 mgr.smithi078.lrdjax (mgr.14180) 216 : cluster [DBG] pgmap v163: 225 pgs: 2 peering, 223 active+clean; 7.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-12-25T21:02:07.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:05.511902+0000 mgr.smithi078.lrdjax (mgr.14180) 215 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:07.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:05.703232+0000 mgr.smithi078.lrdjax (mgr.14180) 216 : cluster [DBG] pgmap v163: 225 pgs: 2 peering, 223 active+clean; 7.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2023-12-25T21:02:08.229 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:08.229 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:08.588 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:09.588 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:09.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:07.704109+0000 mgr.smithi078.lrdjax (mgr.14180) 217 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 B/s, 2 objects/s recovering 2023-12-25T21:02:09.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:08.225553+0000 mgr.smithi078.lrdjax (mgr.14180) 218 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:07.704109+0000 mgr.smithi078.lrdjax (mgr.14180) 217 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 B/s, 2 objects/s recovering 2023-12-25T21:02:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:08.225553+0000 mgr.smithi078.lrdjax (mgr.14180) 218 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:10.936 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:10.936 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:11.312 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:11.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:09.704727+0000 mgr.smithi078.lrdjax (mgr.14180) 219 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 B/s, 2 objects/s recovering 2023-12-25T21:02:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:09.704727+0000 mgr.smithi078.lrdjax (mgr.14180) 219 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 B/s, 2 objects/s recovering 2023-12-25T21:02:12.313 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:12.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:10.931808+0000 mgr.smithi078.lrdjax (mgr.14180) 220 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:12.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:10.931808+0000 mgr.smithi078.lrdjax (mgr.14180) 220 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:13.705 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:13.705 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:13.730 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:11.705237+0000 mgr.smithi078.lrdjax (mgr.14180) 221 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 198 B/s wr, 9 op/s; 21 B/s, 1 objects/s recovering 2023-12-25T21:02:13.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:11.705237+0000 mgr.smithi078.lrdjax (mgr.14180) 221 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 198 B/s wr, 9 op/s; 21 B/s, 1 objects/s recovering 2023-12-25T21:02:14.102 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:15.103 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:15.456 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:13.701443+0000 mgr.smithi078.lrdjax (mgr.14180) 222 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:15.456 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:13.705766+0000 mgr.smithi078.lrdjax (mgr.14180) 223 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 170 B/s wr, 8 op/s; 18 B/s, 1 objects/s recovering 2023-12-25T21:02:15.456 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:15.087040+0000 mon.smithi078 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:02:15.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:13.701443+0000 mgr.smithi078.lrdjax (mgr.14180) 222 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:15.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:13.705766+0000 mgr.smithi078.lrdjax (mgr.14180) 223 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 170 B/s wr, 8 op/s; 18 B/s, 1 objects/s recovering 2023-12-25T21:02:15.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:15.087040+0000 mon.smithi078 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:02:16.497 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:16.497 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:16.870 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:17.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:15.706558+0000 mgr.smithi078.lrdjax (mgr.14180) 224 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 170 B/s wr, 8 op/s; 18 B/s, 1 objects/s recovering 2023-12-25T21:02:17.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:15.706558+0000 mgr.smithi078.lrdjax (mgr.14180) 224 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 170 B/s wr, 8 op/s; 18 B/s, 1 objects/s recovering 2023-12-25T21:02:17.871 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:18.490 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:16.493506+0000 mgr.smithi078.lrdjax (mgr.14180) 225 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:18.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:16.493506+0000 mgr.smithi078.lrdjax (mgr.14180) 225 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:19.223 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:19.224 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:19.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:17.707406+0000 mgr.smithi078.lrdjax (mgr.14180) 226 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 170 B/s wr, 8 op/s; 18 B/s, 0 objects/s recovering 2023-12-25T21:02:19.638 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:19.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:17.707406+0000 mgr.smithi078.lrdjax (mgr.14180) 226 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 170 B/s wr, 8 op/s; 18 B/s, 0 objects/s recovering 2023-12-25T21:02:20.640 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:20.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:19.220535+0000 mgr.smithi078.lrdjax (mgr.14180) 227 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:20.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:19.220535+0000 mgr.smithi078.lrdjax (mgr.14180) 227 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:21.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:19.708121+0000 mgr.smithi078.lrdjax (mgr.14180) 228 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:21.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:19.708121+0000 mgr.smithi078.lrdjax (mgr.14180) 228 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:21.988 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:21.988 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:22.364 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:23.364 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:23.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:21.708650+0000 mgr.smithi078.lrdjax (mgr.14180) 229 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:02:23.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:21.984778+0000 mgr.smithi078.lrdjax (mgr.14180) 230 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:23.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:21.708650+0000 mgr.smithi078.lrdjax (mgr.14180) 229 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:02:23.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:21.984778+0000 mgr.smithi078.lrdjax (mgr.14180) 230 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:24.686 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:24.687 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:25.104 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:25.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:23.709364+0000 mgr.smithi078.lrdjax (mgr.14180) 231 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:25.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:23.709364+0000 mgr.smithi078.lrdjax (mgr.14180) 231 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:26.105 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:26.462 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:24.683416+0000 mgr.smithi078.lrdjax (mgr.14180) 232 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:26.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:24.683416+0000 mgr.smithi078.lrdjax (mgr.14180) 232 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:27.446 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:27.446 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:27.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:25.709999+0000 mgr.smithi078.lrdjax (mgr.14180) 233 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:27.775 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:25.709999+0000 mgr.smithi078.lrdjax (mgr.14180) 233 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:27.818 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:28.819 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:29.463 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:27.442218+0000 mgr.smithi078.lrdjax (mgr.14180) 234 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:29.463 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:27.710749+0000 mgr.smithi078.lrdjax (mgr.14180) 235 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:29.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:27.442218+0000 mgr.smithi078.lrdjax (mgr.14180) 234 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:29.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:27.710749+0000 mgr.smithi078.lrdjax (mgr.14180) 235 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:30.161 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:30.162 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:30.543 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:31.544 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:31.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:29.711533+0000 mgr.smithi078.lrdjax (mgr.14180) 236 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:31.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:30.158275+0000 mgr.smithi078.lrdjax (mgr.14180) 237 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:31.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:29.711533+0000 mgr.smithi078.lrdjax (mgr.14180) 236 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:31.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:30.158275+0000 mgr.smithi078.lrdjax (mgr.14180) 237 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:32.922 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:32.923 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:33.310 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:33.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:31.712103+0000 mgr.smithi078.lrdjax (mgr.14180) 238 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:02:33.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:31.712103+0000 mgr.smithi078.lrdjax (mgr.14180) 238 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:02:34.310 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:34.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:32.919480+0000 mgr.smithi078.lrdjax (mgr.14180) 239 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:34.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:32.919480+0000 mgr.smithi078.lrdjax (mgr.14180) 239 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:35.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:33.712905+0000 mgr.smithi078.lrdjax (mgr.14180) 240 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:33.712905+0000 mgr.smithi078.lrdjax (mgr.14180) 240 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:35.730 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:35.730 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:36.101 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:37.102 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:37.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:35.713577+0000 mgr.smithi078.lrdjax (mgr.14180) 241 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:37.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:35.726755+0000 mgr.smithi078.lrdjax (mgr.14180) 242 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:37.787 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:35.713577+0000 mgr.smithi078.lrdjax (mgr.14180) 241 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:37.787 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:35.726755+0000 mgr.smithi078.lrdjax (mgr.14180) 242 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:38.479 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:38.479 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:38.850 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:39.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:37.714370+0000 mgr.smithi078.lrdjax (mgr.14180) 243 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:39.851 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:37.714370+0000 mgr.smithi078.lrdjax (mgr.14180) 243 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:40.503 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:38.475018+0000 mgr.smithi078.lrdjax (mgr.14180) 244 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:40.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:38.475018+0000 mgr.smithi078.lrdjax (mgr.14180) 244 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:41.212 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:41.212 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:41.531 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:39.715132+0000 mgr.smithi078.lrdjax (mgr.14180) 245 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:41.583 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:41.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:39.715132+0000 mgr.smithi078.lrdjax (mgr.14180) 245 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:42.584 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:42.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:41.208822+0000 mgr.smithi078.lrdjax (mgr.14180) 246 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:42.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:41.208822+0000 mgr.smithi078.lrdjax (mgr.14180) 246 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:43.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:41.715785+0000 mgr.smithi078.lrdjax (mgr.14180) 247 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:02:43.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:41.715785+0000 mgr.smithi078.lrdjax (mgr.14180) 247 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:02:43.958 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:43.958 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:44.335 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:45.336 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:45.678 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:43.716415+0000 mgr.smithi078.lrdjax (mgr.14180) 248 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:45.678 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:43.955272+0000 mgr.smithi078.lrdjax (mgr.14180) 249 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:43.716415+0000 mgr.smithi078.lrdjax (mgr.14180) 248 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:43.955272+0000 mgr.smithi078.lrdjax (mgr.14180) 249 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:46.680 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:46.680 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:47.074 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:47.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:45.717110+0000 mgr.smithi078.lrdjax (mgr.14180) 250 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:45.717110+0000 mgr.smithi078.lrdjax (mgr.14180) 250 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:48.075 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:48.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:46.676926+0000 mgr.smithi078.lrdjax (mgr.14180) 251 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:48.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:46.676926+0000 mgr.smithi078.lrdjax (mgr.14180) 251 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:49.455 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:49.455 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:49.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:47.717911+0000 mgr.smithi078.lrdjax (mgr.14180) 252 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:49.859 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:47.717911+0000 mgr.smithi078.lrdjax (mgr.14180) 252 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:50.860 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:51.553 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:49.450746+0000 mgr.smithi078.lrdjax (mgr.14180) 253 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:51.553 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:49.718556+0000 mgr.smithi078.lrdjax (mgr.14180) 254 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:51.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:49.450746+0000 mgr.smithi078.lrdjax (mgr.14180) 253 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:51.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:49.718556+0000 mgr.smithi078.lrdjax (mgr.14180) 254 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:52.267 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:52.268 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:52.664 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:53.665 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:53.698 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:51.719236+0000 mgr.smithi078.lrdjax (mgr.14180) 255 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:02:53.698 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:52.264574+0000 mgr.smithi078.lrdjax (mgr.14180) 256 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:51.719236+0000 mgr.smithi078.lrdjax (mgr.14180) 255 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:02:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:52.264574+0000 mgr.smithi078.lrdjax (mgr.14180) 256 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:55.060 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:55.060 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:55.449 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:55.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:53.720108+0000 mgr.smithi078.lrdjax (mgr.14180) 257 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:55.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:53.720108+0000 mgr.smithi078.lrdjax (mgr.14180) 257 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:56.450 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:02:56.792 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:55.056672+0000 mgr.smithi078.lrdjax (mgr.14180) 258 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:56.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:55.056672+0000 mgr.smithi078.lrdjax (mgr.14180) 258 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:57.800 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:02:57.800 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:02:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:55.720775+0000 mgr.smithi078.lrdjax (mgr.14180) 259 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:57.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:55.720775+0000 mgr.smithi078.lrdjax (mgr.14180) 259 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:58.182 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:02:58.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:57.721593+0000 mgr.smithi078.lrdjax (mgr.14180) 260 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:58.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:02:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:02:57.797112+0000 mgr.smithi078.lrdjax (mgr.14180) 261 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:58.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:57.721593+0000 mgr.smithi078.lrdjax (mgr.14180) 260 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:02:58.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:02:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:02:57.797112+0000 mgr.smithi078.lrdjax (mgr.14180) 261 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:02:59.183 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:00.513 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:00.513 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:00.907 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:01.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:02:59.722180+0000 mgr.smithi078.lrdjax (mgr.14180) 262 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:01.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:02:59.722180+0000 mgr.smithi078.lrdjax (mgr.14180) 262 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:01.909 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:02.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:00.510025+0000 mgr.smithi078.lrdjax (mgr.14180) 263 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:02.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:00.510025+0000 mgr.smithi078.lrdjax (mgr.14180) 263 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:03.302 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:03.302 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:03.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:01.722954+0000 mgr.smithi078.lrdjax (mgr.14180) 264 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:01.722954+0000 mgr.smithi078.lrdjax (mgr.14180) 264 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:03.663 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:04.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:03.298408+0000 mgr.smithi078.lrdjax (mgr.14180) 265 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:04.664 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:04.696 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:03.298408+0000 mgr.smithi078.lrdjax (mgr.14180) 265 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:05.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:03.723801+0000 mgr.smithi078.lrdjax (mgr.14180) 266 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:05.726 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:03.723801+0000 mgr.smithi078.lrdjax (mgr.14180) 266 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:06.122 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:06.123 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:06.515 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:07.515 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:07.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:05.724419+0000 mgr.smithi078.lrdjax (mgr.14180) 267 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:07.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:06.119451+0000 mgr.smithi078.lrdjax (mgr.14180) 268 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:07.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:05.724419+0000 mgr.smithi078.lrdjax (mgr.14180) 267 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:07.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:06.119451+0000 mgr.smithi078.lrdjax (mgr.14180) 268 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:08.909 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:08.910 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:09.323 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:09.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:07.725009+0000 mgr.smithi078.lrdjax (mgr.14180) 269 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:07.725009+0000 mgr.smithi078.lrdjax (mgr.14180) 269 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:10.324 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:10.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:08.906441+0000 mgr.smithi078.lrdjax (mgr.14180) 270 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:10.716 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:08.906441+0000 mgr.smithi078.lrdjax (mgr.14180) 270 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:11.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:09.725847+0000 mgr.smithi078.lrdjax (mgr.14180) 271 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:03:11.724 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:11.724 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:11.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:09.725847+0000 mgr.smithi078.lrdjax (mgr.14180) 271 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:03:12.105 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:13.106 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:13.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:11.720446+0000 mgr.smithi078.lrdjax (mgr.14180) 272 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:13.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:11.726401+0000 mgr.smithi078.lrdjax (mgr.14180) 273 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-25T21:03:13.766 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:11.720446+0000 mgr.smithi078.lrdjax (mgr.14180) 272 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:13.767 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:11.726401+0000 mgr.smithi078.lrdjax (mgr.14180) 273 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-25T21:03:14.469 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:14.469 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z 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.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:14.854 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:15.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:13.727014+0000 mgr.smithi078.lrdjax (mgr.14180) 274 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:03:15.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:15.059864+0000 mon.smithi078 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.ranenc"}]: dispatch 2023-12-25T21:03:15.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:13.727014+0000 mgr.smithi078.lrdjax (mgr.14180) 274 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:03:15.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:15.059864+0000 mon.smithi078 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.ranenc"}]: dispatch 2023-12-25T21:03:15.855 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:16.533 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:14.465728+0000 mgr.smithi078.lrdjax (mgr.14180) 275 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:16.533 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:03:15.059400+0000 mgr.smithi078.lrdjax (mgr.14180) 276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.533 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.533 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.533 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.533 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.ranenc ... 2023-12-25T21:03:16.533 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:01:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:01:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:02:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Traceback (most recent call last): 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: yield (conn, connr) 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: code, '\n'.join(err))) 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.534 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.ranenc ... 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:01:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:01:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:02:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:03:15.059571+0000 mgr.smithi078.lrdjax (mgr.14180) 277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:03:15.060450+0000 mgr.smithi078.lrdjax (mgr.14180) 278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.536 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.ranenc ... 2023-12-25T21:03:16.536 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.536 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:03:16.536 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:01:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.536 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:01:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:03:16.536 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:02:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.536 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:03:16.536 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.536 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:03:15.062013+0000 mgr.smithi078.lrdjax (mgr.14180) 279 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.retlls on smithi078 2023-12-25T21:03:16.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:14.465728+0000 mgr.smithi078.lrdjax (mgr.14180) 275 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:16.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:03:15.059400+0000 mgr.smithi078.lrdjax (mgr.14180) 276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.ranenc ... 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:01:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:01:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:02:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Traceback (most recent call last): 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: yield (conn, connr) 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: code, '\n'.join(err))) 2023-12-25T21:03:16.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.ranenc ... 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:01:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:01:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:02:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:03:15.059571+0000 mgr.smithi078.lrdjax (mgr.14180) 277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:03:15.060450+0000 mgr.smithi078.lrdjax (mgr.14180) 278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc 2023-12-25T21:03:16.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc 2023-12-25T21:03:16.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.ranenc ... 2023-12-25T21:03:16.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:03:16.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:01:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:01:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:03:16.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:02:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:03:16.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:03:16.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:03:16.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:03:15.062013+0000 mgr.smithi078.lrdjax (mgr.14180) 279 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.retlls on smithi078 2023-12-25T21:03:17.240 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:17.240 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:17.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:15.727669+0000 mgr.smithi078.lrdjax (mgr.14180) 280 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:03:17.645 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:15.727669+0000 mgr.smithi078.lrdjax (mgr.14180) 280 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:03:18.646 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:18.679 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:17.236796+0000 mgr.smithi078.lrdjax (mgr.14180) 281 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:18.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:17.236796+0000 mgr.smithi078.lrdjax (mgr.14180) 281 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:19.717 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:17.728303+0000 mgr.smithi078.lrdjax (mgr.14180) 282 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-25T21:03:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:17.728303+0000 mgr.smithi078.lrdjax (mgr.14180) 282 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-25T21:03:20.075 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:20.076 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:20.475 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:21.475 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:21.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:19.728936+0000 mgr.smithi078.lrdjax (mgr.14180) 283 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-25T21:03:21.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:20.071807+0000 mgr.smithi078.lrdjax (mgr.14180) 284 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:19.728936+0000 mgr.smithi078.lrdjax (mgr.14180) 283 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-25T21:03:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:20.071807+0000 mgr.smithi078.lrdjax (mgr.14180) 284 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:22.864 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:22.864 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:23.244 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:23.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:21.729767+0000 mgr.smithi078.lrdjax (mgr.14180) 285 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:23.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:21.729767+0000 mgr.smithi078.lrdjax (mgr.14180) 285 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:24.246 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:24.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:22.860773+0000 mgr.smithi078.lrdjax (mgr.14180) 286 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:24.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:24 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:22.860773+0000 mgr.smithi078.lrdjax (mgr.14180) 286 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:25.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:23.730373+0000 mgr.smithi078.lrdjax (mgr.14180) 287 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:25.616 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:25.616 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:23.730373+0000 mgr.smithi078.lrdjax (mgr.14180) 287 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:25.994 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:26.995 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:27.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:25.612605+0000 mgr.smithi078.lrdjax (mgr.14180) 288 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:27.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:25.730978+0000 mgr.smithi078.lrdjax (mgr.14180) 289 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:27.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:25.612605+0000 mgr.smithi078.lrdjax (mgr.14180) 288 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:27.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:25.730978+0000 mgr.smithi078.lrdjax (mgr.14180) 289 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:28.379 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:28.379 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:28.761 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:29.762 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:29.794 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:27.731836+0000 mgr.smithi078.lrdjax (mgr.14180) 290 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:29.795 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:28.375684+0000 mgr.smithi078.lrdjax (mgr.14180) 291 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:29.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:27.731836+0000 mgr.smithi078.lrdjax (mgr.14180) 290 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:29.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:28.375684+0000 mgr.smithi078.lrdjax (mgr.14180) 291 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:31.237 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:31.237 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:31.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:29.732525+0000 mgr.smithi078.lrdjax (mgr.14180) 292 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:31.618 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:31.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:29.732525+0000 mgr.smithi078.lrdjax (mgr.14180) 292 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:32.619 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:32.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:31.233560+0000 mgr.smithi078.lrdjax (mgr.14180) 293 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:32.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:31.233560+0000 mgr.smithi078.lrdjax (mgr.14180) 293 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:33.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:31.733021+0000 mgr.smithi078.lrdjax (mgr.14180) 294 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:33.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:31.733021+0000 mgr.smithi078.lrdjax (mgr.14180) 294 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:33.979 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:33.979 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:34.360 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:35.360 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:35.711 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:33.733622+0000 mgr.smithi078.lrdjax (mgr.14180) 295 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:35.711 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:33.976127+0000 mgr.smithi078.lrdjax (mgr.14180) 296 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:33.733622+0000 mgr.smithi078.lrdjax (mgr.14180) 295 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:33.976127+0000 mgr.smithi078.lrdjax (mgr.14180) 296 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:36.740 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:36.740 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:37.108 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:37.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:35.734411+0000 mgr.smithi078.lrdjax (mgr.14180) 297 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:37.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:35.734411+0000 mgr.smithi078.lrdjax (mgr.14180) 297 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:38.109 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:38.788 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:36.736765+0000 mgr.smithi078.lrdjax (mgr.14180) 298 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:38.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:36.736765+0000 mgr.smithi078.lrdjax (mgr.14180) 298 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:39.500 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:39.500 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:39.807 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:37.735094+0000 mgr.smithi078.lrdjax (mgr.14180) 299 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:39.875 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:37.735094+0000 mgr.smithi078.lrdjax (mgr.14180) 299 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:40.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:39.496219+0000 mgr.smithi078.lrdjax (mgr.14180) 300 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:40.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:39.735868+0000 mgr.smithi078.lrdjax (mgr.14180) 301 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:40.876 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:40.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:39.496219+0000 mgr.smithi078.lrdjax (mgr.14180) 300 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:40.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:39.735868+0000 mgr.smithi078.lrdjax (mgr.14180) 301 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:42.194 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:42.194 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:42.566 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:41.736449+0000 mgr.smithi078.lrdjax (mgr.14180) 302 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:42.190165+0000 mgr.smithi078.lrdjax (mgr.14180) 303 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:43.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:41.736449+0000 mgr.smithi078.lrdjax (mgr.14180) 302 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:03:43.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:42.190165+0000 mgr.smithi078.lrdjax (mgr.14180) 303 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:43.566 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:44.923 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:44.923 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:45.325 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:45.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:43.737115+0000 mgr.smithi078.lrdjax (mgr.14180) 304 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:45.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:43.737115+0000 mgr.smithi078.lrdjax (mgr.14180) 304 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:03:46.325 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:46.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:44.919985+0000 mgr.smithi078.lrdjax (mgr.14180) 305 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:46.694 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:44.919985+0000 mgr.smithi078.lrdjax (mgr.14180) 305 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:47.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:45.737992+0000 mgr.smithi078.lrdjax (mgr.14180) 306 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:03:47.693 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:47.693 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:47.721 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:45.737992+0000 mgr.smithi078.lrdjax (mgr.14180) 306 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:03:48.083 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:49.085 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:47.690307+0000 mgr.smithi078.lrdjax (mgr.14180) 307 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:47.738744+0000 mgr.smithi078.lrdjax (mgr.14180) 308 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:49.719 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:47.690307+0000 mgr.smithi078.lrdjax (mgr.14180) 307 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:49.719 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:47.738744+0000 mgr.smithi078.lrdjax (mgr.14180) 308 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:50.432 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:50.432 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:50.808 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:51.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:49.739604+0000 mgr.smithi078.lrdjax (mgr.14180) 309 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:50.427296+0000 mgr.smithi078.lrdjax (mgr.14180) 310 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:51.810 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:51.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:49.739604+0000 mgr.smithi078.lrdjax (mgr.14180) 309 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:51.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:50.427296+0000 mgr.smithi078.lrdjax (mgr.14180) 310 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:53.171 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:53.172 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:53.547 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:51.740433+0000 mgr.smithi078.lrdjax (mgr.14180) 311 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:53.549 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:53.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:51.740433+0000 mgr.smithi078.lrdjax (mgr.14180) 311 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:54.550 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:54.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:53.168481+0000 mgr.smithi078.lrdjax (mgr.14180) 312 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:54.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:53.168481+0000 mgr.smithi078.lrdjax (mgr.14180) 312 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:55.494 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:53.741023+0000 mgr.smithi078.lrdjax (mgr.14180) 313 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:55.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:53.741023+0000 mgr.smithi078.lrdjax (mgr.14180) 313 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:55.862 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:55.863 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:56.239 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:57.241 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:03:57.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:55.741705+0000 mgr.smithi078.lrdjax (mgr.14180) 314 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:57.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:55.859215+0000 mgr.smithi078.lrdjax (mgr.14180) 315 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:57.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:55.741705+0000 mgr.smithi078.lrdjax (mgr.14180) 314 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:57.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:55.859215+0000 mgr.smithi078.lrdjax (mgr.14180) 315 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:03:58.612 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:03:58.612 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:03:58.983 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:03:59.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:03:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:57.742713+0000 mgr.smithi078.lrdjax (mgr.14180) 316 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:59.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:03:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:57.742713+0000 mgr.smithi078.lrdjax (mgr.14180) 316 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 85 B/s wr, 1 op/s 2023-12-25T21:03:59.983 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:00.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:03:58.608547+0000 mgr.smithi078.lrdjax (mgr.14180) 317 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:00.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:03:58.608547+0000 mgr.smithi078.lrdjax (mgr.14180) 317 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:01.359 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:01.359 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:01.696 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:03:59.743324+0000 mgr.smithi078.lrdjax (mgr.14180) 318 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:01.740 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:03:59.743324+0000 mgr.smithi078.lrdjax (mgr.14180) 318 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:02.741 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:02.775 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:01.356110+0000 mgr.smithi078.lrdjax (mgr.14180) 319 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:02.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:01.356110+0000 mgr.smithi078.lrdjax (mgr.14180) 319 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:03.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:01.743963+0000 mgr.smithi078.lrdjax (mgr.14180) 320 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:03.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:01.743963+0000 mgr.smithi078.lrdjax (mgr.14180) 320 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:04.099 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:04.099 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:04.420 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:05.421 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:05.766 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:03.744504+0000 mgr.smithi078.lrdjax (mgr.14180) 321 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:05.766 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:04.095217+0000 mgr.smithi078.lrdjax (mgr.14180) 322 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:05.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:03.744504+0000 mgr.smithi078.lrdjax (mgr.14180) 321 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:05.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:04.095217+0000 mgr.smithi078.lrdjax (mgr.14180) 322 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:06.774 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:06.775 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:07.147 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:07.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:05.745308+0000 mgr.smithi078.lrdjax (mgr.14180) 323 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:07.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:05.745308+0000 mgr.smithi078.lrdjax (mgr.14180) 323 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:08.148 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:08.499 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:06.771139+0000 mgr.smithi078.lrdjax (mgr.14180) 324 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:08.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:06.771139+0000 mgr.smithi078.lrdjax (mgr.14180) 324 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:09.555 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:09.555 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:09.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:07.745960+0000 mgr.smithi078.lrdjax (mgr.14180) 325 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:07.745960+0000 mgr.smithi078.lrdjax (mgr.14180) 325 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:09.938 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:10.939 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:11.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:09.552186+0000 mgr.smithi078.lrdjax (mgr.14180) 326 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:11.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:09.746551+0000 mgr.smithi078.lrdjax (mgr.14180) 327 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:09.552186+0000 mgr.smithi078.lrdjax (mgr.14180) 326 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:09.746551+0000 mgr.smithi078.lrdjax (mgr.14180) 327 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:12.341 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:12.342 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:12.721 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:13.722 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:13.756 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:11.747130+0000 mgr.smithi078.lrdjax (mgr.14180) 328 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:13.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:12.338335+0000 mgr.smithi078.lrdjax (mgr.14180) 329 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:13.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:11.747130+0000 mgr.smithi078.lrdjax (mgr.14180) 328 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:13.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:12.338335+0000 mgr.smithi078.lrdjax (mgr.14180) 329 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:15.078 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:15.078 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:15.463 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:15.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:13.747806+0000 mgr.smithi078.lrdjax (mgr.14180) 330 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:15.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:13.747806+0000 mgr.smithi078.lrdjax (mgr.14180) 330 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:16.464 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:16.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:15.074875+0000 mgr.smithi078.lrdjax (mgr.14180) 331 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:16.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:15.074875+0000 mgr.smithi078.lrdjax (mgr.14180) 331 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:17.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:15.748610+0000 mgr.smithi078.lrdjax (mgr.14180) 332 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:17.874 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:17.874 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:17.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:15.748610+0000 mgr.smithi078.lrdjax (mgr.14180) 332 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:18.253 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:19.254 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:19.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:17.749266+0000 mgr.smithi078.lrdjax (mgr.14180) 333 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:19.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:17.870850+0000 mgr.smithi078.lrdjax (mgr.14180) 334 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:19.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:17.749266+0000 mgr.smithi078.lrdjax (mgr.14180) 333 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:17.870850+0000 mgr.smithi078.lrdjax (mgr.14180) 334 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:20.626 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:20.626 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:21.013 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:21.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:19.749949+0000 mgr.smithi078.lrdjax (mgr.14180) 335 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:21.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:19.749949+0000 mgr.smithi078.lrdjax (mgr.14180) 335 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:22.014 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:22.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:20.622701+0000 mgr.smithi078.lrdjax (mgr.14180) 336 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:22.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:20.622701+0000 mgr.smithi078.lrdjax (mgr.14180) 336 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:23.467 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:23.467 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:23.768 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:21.750490+0000 mgr.smithi078.lrdjax (mgr.14180) 337 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:23.836 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:23.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:21.750490+0000 mgr.smithi078.lrdjax (mgr.14180) 337 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:24.837 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:25.523 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:23.463751+0000 mgr.smithi078.lrdjax (mgr.14180) 338 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:25.524 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:23.751070+0000 mgr.smithi078.lrdjax (mgr.14180) 339 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:25.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:23.463751+0000 mgr.smithi078.lrdjax (mgr.14180) 338 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:25.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:23.751070+0000 mgr.smithi078.lrdjax (mgr.14180) 339 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:26.246 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:26.246 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:26.612 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:27.613 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:27.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:25.751668+0000 mgr.smithi078.lrdjax (mgr.14180) 340 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:27.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:26.242801+0000 mgr.smithi078.lrdjax (mgr.14180) 341 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:27.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:25.751668+0000 mgr.smithi078.lrdjax (mgr.14180) 340 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:27.648 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:26.242801+0000 mgr.smithi078.lrdjax (mgr.14180) 341 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:28.935 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:28.935 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:29.310 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:29.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:27.752363+0000 mgr.smithi078.lrdjax (mgr.14180) 342 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:29.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:27.752363+0000 mgr.smithi078.lrdjax (mgr.14180) 342 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:30.310 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:30.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:28.931220+0000 mgr.smithi078.lrdjax (mgr.14180) 343 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:30.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:28.931220+0000 mgr.smithi078.lrdjax (mgr.14180) 343 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:31.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:29.752906+0000 mgr.smithi078.lrdjax (mgr.14180) 344 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:31.623 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:31.624 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:31.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:29.752906+0000 mgr.smithi078.lrdjax (mgr.14180) 344 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:31.985 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:32.986 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:33.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:31.619869+0000 mgr.smithi078.lrdjax (mgr.14180) 345 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:33.638 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:31.753440+0000 mgr.smithi078.lrdjax (mgr.14180) 346 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:33.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:31.619869+0000 mgr.smithi078.lrdjax (mgr.14180) 345 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:33.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:31.753440+0000 mgr.smithi078.lrdjax (mgr.14180) 346 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:34.344 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:34.344 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:34.677 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:35.678 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:35.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:33.754072+0000 mgr.smithi078.lrdjax (mgr.14180) 347 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:35.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:34.339417+0000 mgr.smithi078.lrdjax (mgr.14180) 348 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:35.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:33.754072+0000 mgr.smithi078.lrdjax (mgr.14180) 347 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:34.339417+0000 mgr.smithi078.lrdjax (mgr.14180) 348 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:36.969 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:36.969 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:37.352 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:37.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:35.754887+0000 mgr.smithi078.lrdjax (mgr.14180) 349 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:35.754887+0000 mgr.smithi078.lrdjax (mgr.14180) 349 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:38.353 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:38.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:36.964584+0000 mgr.smithi078.lrdjax (mgr.14180) 350 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:38.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:36.964584+0000 mgr.smithi078.lrdjax (mgr.14180) 350 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:39.723 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:39.723 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:39.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:37.755578+0000 mgr.smithi078.lrdjax (mgr.14180) 351 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:39.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:37.755578+0000 mgr.smithi078.lrdjax (mgr.14180) 351 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:40.092 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:41.093 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:41.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:39.720216+0000 mgr.smithi078.lrdjax (mgr.14180) 352 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:41.729 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:39.756361+0000 mgr.smithi078.lrdjax (mgr.14180) 353 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:41.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:39.720216+0000 mgr.smithi078.lrdjax (mgr.14180) 352 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:41.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:39.756361+0000 mgr.smithi078.lrdjax (mgr.14180) 353 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:42.438 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:42.438 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:42.803 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:43.804 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:43.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:41.756860+0000 mgr.smithi078.lrdjax (mgr.14180) 354 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:43.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:42.434567+0000 mgr.smithi078.lrdjax (mgr.14180) 355 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:43.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:41.756860+0000 mgr.smithi078.lrdjax (mgr.14180) 354 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:43.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:42.434567+0000 mgr.smithi078.lrdjax (mgr.14180) 355 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:45.146 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:45.147 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:45.473 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:43.757620+0000 mgr.smithi078.lrdjax (mgr.14180) 356 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:45.508 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:45.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:43.757620+0000 mgr.smithi078.lrdjax (mgr.14180) 356 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:46.509 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:46.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:45.142899+0000 mgr.smithi078.lrdjax (mgr.14180) 357 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:46.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:45.142899+0000 mgr.smithi078.lrdjax (mgr.14180) 357 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:47.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:45.758349+0000 mgr.smithi078.lrdjax (mgr.14180) 358 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:47.878 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:47.878 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:47.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:45.758349+0000 mgr.smithi078.lrdjax (mgr.14180) 358 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:48.266 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:49.267 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:49.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:47.759016+0000 mgr.smithi078.lrdjax (mgr.14180) 359 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:49.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:47.874659+0000 mgr.smithi078.lrdjax (mgr.14180) 360 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:47.759016+0000 mgr.smithi078.lrdjax (mgr.14180) 359 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:47.874659+0000 mgr.smithi078.lrdjax (mgr.14180) 360 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:50.651 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:50.651 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:51.034 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:51.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:49.759582+0000 mgr.smithi078.lrdjax (mgr.14180) 361 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:51.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:49.759582+0000 mgr.smithi078.lrdjax (mgr.14180) 361 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:52.034 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:52.727 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:50.647087+0000 mgr.smithi078.lrdjax (mgr.14180) 362 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:50.647087+0000 mgr.smithi078.lrdjax (mgr.14180) 362 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:53.419 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:53.419 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:53.730 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:51.760250+0000 mgr.smithi078.lrdjax (mgr.14180) 363 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:53.790 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:51.760250+0000 mgr.smithi078.lrdjax (mgr.14180) 363 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:04:54.791 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:54.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:53.415541+0000 mgr.smithi078.lrdjax (mgr.14180) 364 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:54.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:53.415541+0000 mgr.smithi078.lrdjax (mgr.14180) 364 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:55.802 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:53.760834+0000 mgr.smithi078.lrdjax (mgr.14180) 365 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:55.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:53.760834+0000 mgr.smithi078.lrdjax (mgr.14180) 365 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:56.153 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:56.153 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:56.523 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:57.524 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:04:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:55.761620+0000 mgr.smithi078.lrdjax (mgr.14180) 366 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:56.150275+0000 mgr.smithi078.lrdjax (mgr.14180) 367 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:57.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:55.761620+0000 mgr.smithi078.lrdjax (mgr.14180) 366 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:57.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:56.150275+0000 mgr.smithi078.lrdjax (mgr.14180) 367 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:04:58.906 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:04:58.906 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:04:59.282 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:04:59.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:04:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:57.762274+0000 mgr.smithi078.lrdjax (mgr.14180) 368 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:04:59.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:04:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:57.762274+0000 mgr.smithi078.lrdjax (mgr.14180) 368 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:00.283 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:00.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:04:58.902783+0000 mgr.smithi078.lrdjax (mgr.14180) 369 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:00.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:04:58.902783+0000 mgr.smithi078.lrdjax (mgr.14180) 369 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:01.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:04:59.762974+0000 mgr.smithi078.lrdjax (mgr.14180) 370 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:01.632 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:01.633 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:01.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:04:59.762974+0000 mgr.smithi078.lrdjax (mgr.14180) 370 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:02.075 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:02.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:01.629252+0000 mgr.smithi078.lrdjax (mgr.14180) 371 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:02.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:01.763487+0000 mgr.smithi078.lrdjax (mgr.14180) 372 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:05:02.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:01.629252+0000 mgr.smithi078.lrdjax (mgr.14180) 371 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:02.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:01.763487+0000 mgr.smithi078.lrdjax (mgr.14180) 372 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:05:03.076 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:04.526 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:04.526 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:04.940 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:05.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:03.764351+0000 mgr.smithi078.lrdjax (mgr.14180) 373 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:03.764351+0000 mgr.smithi078.lrdjax (mgr.14180) 373 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:05.941 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:06.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:04.522693+0000 mgr.smithi078.lrdjax (mgr.14180) 374 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:06.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:04.522693+0000 mgr.smithi078.lrdjax (mgr.14180) 374 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:07.307 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:07.307 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:07.629 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:05.765316+0000 mgr.smithi078.lrdjax (mgr.14180) 375 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:07.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:05.765316+0000 mgr.smithi078.lrdjax (mgr.14180) 375 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:07.689 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:08.691 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:08.724 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:07.303674+0000 mgr.smithi078.lrdjax (mgr.14180) 376 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:08.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:07.303674+0000 mgr.smithi078.lrdjax (mgr.14180) 376 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:09.727 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:07.765975+0000 mgr.smithi078.lrdjax (mgr.14180) 377 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:09.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:07.765975+0000 mgr.smithi078.lrdjax (mgr.14180) 377 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:10.084 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:10.085 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:10.457 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:11.458 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:11.799 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:09.766544+0000 mgr.smithi078.lrdjax (mgr.14180) 378 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:11.799 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:10.081232+0000 mgr.smithi078.lrdjax (mgr.14180) 379 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:09.766544+0000 mgr.smithi078.lrdjax (mgr.14180) 378 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:10.081232+0000 mgr.smithi078.lrdjax (mgr.14180) 379 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:12.853 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:12.853 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:13.231 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:13.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:11.767054+0000 mgr.smithi078.lrdjax (mgr.14180) 380 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:05:13.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:11.767054+0000 mgr.smithi078.lrdjax (mgr.14180) 380 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:05:14.232 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:14.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:12.849470+0000 mgr.smithi078.lrdjax (mgr.14180) 381 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:14.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:12.849470+0000 mgr.smithi078.lrdjax (mgr.14180) 381 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:15.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:13.767933+0000 mgr.smithi078.lrdjax (mgr.14180) 382 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:15.583 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:15.584 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:15.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:13.767933+0000 mgr.smithi078.lrdjax (mgr.14180) 382 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:15.972 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:16.973 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:17.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:15.580498+0000 mgr.smithi078.lrdjax (mgr.14180) 383 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:17.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:15.768636+0000 mgr.smithi078.lrdjax (mgr.14180) 384 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:15.580498+0000 mgr.smithi078.lrdjax (mgr.14180) 383 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:15.768636+0000 mgr.smithi078.lrdjax (mgr.14180) 384 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:18.340 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:18.340 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:18.720 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:19.720 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:19.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:17.769466+0000 mgr.smithi078.lrdjax (mgr.14180) 385 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:19.753 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:18.336495+0000 mgr.smithi078.lrdjax (mgr.14180) 386 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:17.769466+0000 mgr.smithi078.lrdjax (mgr.14180) 385 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:18.336495+0000 mgr.smithi078.lrdjax (mgr.14180) 386 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:21.016 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:21.016 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:21.386 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:21.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:19.770149+0000 mgr.smithi078.lrdjax (mgr.14180) 387 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:19.770149+0000 mgr.smithi078.lrdjax (mgr.14180) 387 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:22.387 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:22.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:21.012135+0000 mgr.smithi078.lrdjax (mgr.14180) 388 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:22.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:21.012135+0000 mgr.smithi078.lrdjax (mgr.14180) 388 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:23.789 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:23.789 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:23.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:21.770766+0000 mgr.smithi078.lrdjax (mgr.14180) 389 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:05:23.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:21.770766+0000 mgr.smithi078.lrdjax (mgr.14180) 389 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:05:24.195 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:25.197 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:25.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:23.771324+0000 mgr.smithi078.lrdjax (mgr.14180) 390 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:25.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:23.785453+0000 mgr.smithi078.lrdjax (mgr.14180) 391 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:23.771324+0000 mgr.smithi078.lrdjax (mgr.14180) 390 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:23.785453+0000 mgr.smithi078.lrdjax (mgr.14180) 391 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:26.609 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:26.609 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:26.987 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:27.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:25.772181+0000 mgr.smithi078.lrdjax (mgr.14180) 392 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:27.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:25.772181+0000 mgr.smithi078.lrdjax (mgr.14180) 392 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:27.988 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:28.623 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:26.605490+0000 mgr.smithi078.lrdjax (mgr.14180) 393 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:28.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:26.605490+0000 mgr.smithi078.lrdjax (mgr.14180) 393 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:29.306 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:29.306 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:29.663 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:27.772962+0000 mgr.smithi078.lrdjax (mgr.14180) 394 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:29.683 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:29.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:27.772962+0000 mgr.smithi078.lrdjax (mgr.14180) 394 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:30.684 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:30.716 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:29.302932+0000 mgr.smithi078.lrdjax (mgr.14180) 395 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:29.302932+0000 mgr.smithi078.lrdjax (mgr.14180) 395 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:31.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:29.773515+0000 mgr.smithi078.lrdjax (mgr.14180) 396 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:31.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:29.773515+0000 mgr.smithi078.lrdjax (mgr.14180) 396 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:32.041 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:32.041 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:32.419 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:33.420 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:33.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:31.774074+0000 mgr.smithi078.lrdjax (mgr.14180) 397 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:05:33.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:32.037355+0000 mgr.smithi078.lrdjax (mgr.14180) 398 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:33.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:31.774074+0000 mgr.smithi078.lrdjax (mgr.14180) 397 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:05:33.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:32.037355+0000 mgr.smithi078.lrdjax (mgr.14180) 398 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:34.772 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:34.773 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:35.144 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:35.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:33.774626+0000 mgr.smithi078.lrdjax (mgr.14180) 399 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:35.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:33.774626+0000 mgr.smithi078.lrdjax (mgr.14180) 399 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:36.145 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:36.805 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:34.769192+0000 mgr.smithi078.lrdjax (mgr.14180) 400 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:36.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:34.769192+0000 mgr.smithi078.lrdjax (mgr.14180) 400 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:37.483 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:37.483 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:37.791 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:35.775330+0000 mgr.smithi078.lrdjax (mgr.14180) 401 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:37.876 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:37.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:35.775330+0000 mgr.smithi078.lrdjax (mgr.14180) 401 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:38.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:37.479247+0000 mgr.smithi078.lrdjax (mgr.14180) 402 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:38.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:37.775985+0000 mgr.smithi078.lrdjax (mgr.14180) 403 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:38.878 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:38.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:37.479247+0000 mgr.smithi078.lrdjax (mgr.14180) 402 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:38.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:37.775985+0000 mgr.smithi078.lrdjax (mgr.14180) 403 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:40.279 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:40.279 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:40.659 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:41.660 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:41.693 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:39.776579+0000 mgr.smithi078.lrdjax (mgr.14180) 404 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:41.693 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:40.275722+0000 mgr.smithi078.lrdjax (mgr.14180) 405 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:41.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:39.776579+0000 mgr.smithi078.lrdjax (mgr.14180) 404 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:41.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:40.275722+0000 mgr.smithi078.lrdjax (mgr.14180) 405 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:43.046 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:43.046 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:38.097319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:38.097459Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:38.097544Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:38.097607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:38.097668Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:38.097908Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:43.459 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:43.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:41.777156+0000 mgr.smithi078.lrdjax (mgr.14180) 406 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:05:43.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:41.777156+0000 mgr.smithi078.lrdjax (mgr.14180) 406 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:05:44.461 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:44.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:43.040026+0000 mgr.smithi078.lrdjax (mgr.14180) 407 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:44.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:44.248954+0000 mon.smithi078 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.retlls"}]: dispatch 2023-12-25T21:05:44.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:44.255079+0000 mon.smithi078 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:44.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:44.257368+0000 mon.smithi078 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:05:44.690 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:43.040026+0000 mgr.smithi078.lrdjax (mgr.14180) 407 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:44.690 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:44.248954+0000 mon.smithi078 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.retlls"}]: dispatch 2023-12-25T21:05:44.690 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:44.255079+0000 mon.smithi078 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:44.690 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:44.257368+0000 mon.smithi078 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:43.777810+0000 mgr.smithi078.lrdjax (mgr.14180) 408 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:05:44.248383+0000 mgr.smithi078.lrdjax (mgr.14180) 409 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi078.retlls ... 2023-12-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:03:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:04:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:05:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Traceback (most recent call last): 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: yield (conn, connr) 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: code, '\n'.join(err))) 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi078.retlls ... 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:03:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:04:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:05:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:05:44.248611+0000 mgr.smithi078.lrdjax (mgr.14180) 410 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:05:44.249651+0000 mgr.smithi078.lrdjax (mgr.14180) 411 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi078.retlls ... 2023-12-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:05:45.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:03:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:04:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:05:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:05:45.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:05:44.255356+0000 mgr.smithi078.lrdjax (mgr.14180) 412 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:05:45.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:05:44.256489+0000 mgr.smithi078.lrdjax (mgr.14180) 413 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:05:45.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:44.257225+0000 mgr.smithi078.lrdjax (mgr.14180) 414 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:05:45.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:44.396817+0000 mon.smithi078 (mon.0) 674 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:05:45.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:44.804287+0000 mon.smithi078 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:45.706 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:45.172533+0000 mon.smithi078 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:43.777810+0000 mgr.smithi078.lrdjax (mgr.14180) 408 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:05:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:05:44.248383+0000 mgr.smithi078.lrdjax (mgr.14180) 409 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi078.retlls ... 2023-12-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:03:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:04:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:05:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Traceback (most recent call last): 2023-12-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: yield (conn, connr) 2023-12-25T21:05:45.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: code, '\n'.join(err))) 2023-12-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi078.retlls ... 2023-12-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:03:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:04:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:05:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:05:45.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:05:44.248611+0000 mgr.smithi078.lrdjax (mgr.14180) 410 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:05:44.249651+0000 mgr.smithi078.lrdjax (mgr.14180) 411 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi078.retlls ... 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:03:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:04:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:05:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:05:44.255356+0000 mgr.smithi078.lrdjax (mgr.14180) 412 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:05:45.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:05:44.256489+0000 mgr.smithi078.lrdjax (mgr.14180) 413 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:05:45.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:44.257225+0000 mgr.smithi078.lrdjax (mgr.14180) 414 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:05:45.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:44.396817+0000 mon.smithi078 (mon.0) 674 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:05:45.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:44.804287+0000 mon.smithi078 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:45.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:45.172533+0000 mon.smithi078 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:46.286 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:46.286 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:00:39.315747Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:00:39.315861Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:00:39.315973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:00:39.315629Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:00:39.315421Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:00:39.316107Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:00:39.316336Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:00:39.316223Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:00:39.316787Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:46.752 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-25T21:05:46.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:45.603676+0000 mon.smithi078 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:46.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:46.257953+0000 mgr.smithi078.lrdjax (mgr.14180) 415 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:05:46.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:46.282015+0000 mgr.smithi078.lrdjax (mgr.14180) 416 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:47.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:45.603676+0000 mon.smithi078 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:47.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:46.257953+0000 mgr.smithi078.lrdjax (mgr.14180) 415 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:05:47.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:46.282015+0000 mgr.smithi078.lrdjax (mgr.14180) 416 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:47.753 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:49.260 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:49.260 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:49.281 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:48.025484+0000 mon.smithi078 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:49.282 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:48.258720+0000 mgr.smithi078.lrdjax (mgr.14180) 417 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:05:49.282 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:48.328931+0000 mon.smithi078 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:05:49.282 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:48.329549+0000 mon.smithi078 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:05:49.282 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:48.333796+0000 mon.smithi078 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:49.282 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:48.334215+0000 mgr.smithi078.lrdjax (mgr.14180) 418 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-12-25T21:05:49.282 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:48.337363+0000 mon.smithi078 (mon.0) 682 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:05:49.282 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:48.344198+0000 mon.smithi078 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:49.282 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:05:48.346178+0000 mgr.smithi078.lrdjax (mgr.14180) 419 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.gdykcw on smithi194 2023-12-25T21:05:49.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:48.025484+0000 mon.smithi078 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:49.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:48.258720+0000 mgr.smithi078.lrdjax (mgr.14180) 417 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:05:49.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:48.328931+0000 mon.smithi078 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:05:49.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:48.329549+0000 mon.smithi078 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:05:49.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:48.333796+0000 mon.smithi078 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:49.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:48.334215+0000 mgr.smithi078.lrdjax (mgr.14180) 418 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-12-25T21:05:49.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:48.337363+0000 mon.smithi078 (mon.0) 682 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:05:49.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:48.344198+0000 mon.smithi078 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:05:49.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:05:48.346178+0000 mgr.smithi078.lrdjax (mgr.14180) 419 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.gdykcw on smithi194 2023-12-25T21:05:49.650 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-25T21:05:49.651 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-25T21:05:49.663 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-25T21:05:49.664 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:50.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:49.023497+0000 mon.smithi078 (mon.0) 684 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:05:50.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:49.023524+0000 mon.smithi078 (mon.0) 685 : cluster [INF] Cluster is now healthy 2023-12-25T21:05:50.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:49.256403+0000 mgr.smithi078.lrdjax (mgr.14180) 420 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:50.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:49.023497+0000 mon.smithi078 (mon.0) 684 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:05:50.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:49.023524+0000 mon.smithi078 (mon.0) 685 : cluster [INF] Cluster is now healthy 2023-12-25T21:05:50.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:49.256403+0000 mgr.smithi078.lrdjax (mgr.14180) 420 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:51.009 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:51.010 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:51.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:50.334821+0000 mgr.smithi078.lrdjax (mgr.14180) 421 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:05:51.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:05:51.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:50.334821+0000 mgr.smithi078.lrdjax (mgr.14180) 421 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:05:52.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:51.005276+0000 mgr.smithi078.lrdjax (mgr.14180) 422 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:52.379 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:52.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:51.005276+0000 mgr.smithi078.lrdjax (mgr.14180) 422 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:53.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:52.335572+0000 mgr.smithi078.lrdjax (mgr.14180) 423 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-12-25T21:05:53.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:52.335572+0000 mgr.smithi078.lrdjax (mgr.14180) 423 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-12-25T21:05:53.771 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:53.771 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:54.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:05:55.151 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:55.510 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:53.767354+0000 mgr.smithi078.lrdjax (mgr.14180) 424 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:55.510 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:54.336161+0000 mgr.smithi078.lrdjax (mgr.14180) 425 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:05:55.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:53.767354+0000 mgr.smithi078.lrdjax (mgr.14180) 424 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:55.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:54.336161+0000 mgr.smithi078.lrdjax (mgr.14180) 425 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:05:56.610 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:56.610 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:56.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:05:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:56.336787+0000 mgr.smithi078.lrdjax (mgr.14180) 426 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:05:57.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:56.336787+0000 mgr.smithi078.lrdjax (mgr.14180) 426 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:05:57.983 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:05:58.661 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:56.606233+0000 mgr.smithi078.lrdjax (mgr.14180) 427 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:58.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:56.606233+0000 mgr.smithi078.lrdjax (mgr.14180) 427 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:05:59.379 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:05:59.379 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:05:59.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:05:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:05:58.337392+0000 mgr.smithi078.lrdjax (mgr.14180) 428 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:05:59.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:05:59.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:05:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:05:58.337392+0000 mgr.smithi078.lrdjax (mgr.14180) 428 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-25T21:06:00.766 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:00.797 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:59.375476+0000 mgr.smithi078.lrdjax (mgr.14180) 429 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:00.798 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:05:59.801966+0000 mon.smithi078 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:06:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:59.375476+0000 mgr.smithi078.lrdjax (mgr.14180) 429 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:05:59.801966+0000 mon.smithi078 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:06:01.761 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:00.338212+0000 mgr.smithi078.lrdjax (mgr.14180) 430 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:01.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:00.338212+0000 mgr.smithi078.lrdjax (mgr.14180) 430 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:02.125 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:02.125 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:02.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:03.499 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:03.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:02.121317+0000 mgr.smithi078.lrdjax (mgr.14180) 431 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:03.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:02.338735+0000 mgr.smithi078.lrdjax (mgr.14180) 432 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:03.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:02.121317+0000 mgr.smithi078.lrdjax (mgr.14180) 431 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:03.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:02.338735+0000 mgr.smithi078.lrdjax (mgr.14180) 432 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:04.817 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:04.819 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:05.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:05.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:04.339279+0000 mgr.smithi078.lrdjax (mgr.14180) 433 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:05.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:04.339279+0000 mgr.smithi078.lrdjax (mgr.14180) 433 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:06.242 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:06.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:04.812665+0000 mgr.smithi078.lrdjax (mgr.14180) 434 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:06.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:04.812665+0000 mgr.smithi078.lrdjax (mgr.14180) 434 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:07.584 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:06.340006+0000 mgr.smithi078.lrdjax (mgr.14180) 435 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:07.948 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:06.340006+0000 mgr.smithi078.lrdjax (mgr.14180) 435 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:07.948 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:07.948 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:08.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:09.023 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:09.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:07.633473+0000 mgr.smithi078.lrdjax (mgr.14180) 436 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:09.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:08.340648+0000 mgr.smithi078.lrdjax (mgr.14180) 437 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:07.633473+0000 mgr.smithi078.lrdjax (mgr.14180) 436 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:08.340648+0000 mgr.smithi078.lrdjax (mgr.14180) 437 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:10.438 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:10.438 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:10.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:11.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:10.341215+0000 mgr.smithi078.lrdjax (mgr.14180) 438 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:11.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:10.433845+0000 mgr.smithi078.lrdjax (mgr.14180) 439 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:11.842 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:10.341215+0000 mgr.smithi078.lrdjax (mgr.14180) 438 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:10.433845+0000 mgr.smithi078.lrdjax (mgr.14180) 439 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:13.195 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:13.195 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:13.537 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:12.341758+0000 mgr.smithi078.lrdjax (mgr.14180) 440 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:13.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:13.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:12.341758+0000 mgr.smithi078.lrdjax (mgr.14180) 440 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:14.581 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:14.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:13.191108+0000 mgr.smithi078.lrdjax (mgr.14180) 441 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:14.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:13.191108+0000 mgr.smithi078.lrdjax (mgr.14180) 441 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:15.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:14.342622+0000 mgr.smithi078.lrdjax (mgr.14180) 442 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:14.342622+0000 mgr.smithi078.lrdjax (mgr.14180) 442 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:15.968 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:15.968 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:16.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:17.348 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:17.717 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:15.964783+0000 mgr.smithi078.lrdjax (mgr.14180) 443 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:17.717 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:16.343210+0000 mgr.smithi078.lrdjax (mgr.14180) 444 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:17.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:15.964783+0000 mgr.smithi078.lrdjax (mgr.14180) 443 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:16.343210+0000 mgr.smithi078.lrdjax (mgr.14180) 444 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:18.656 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:18.656 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:19.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:19.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:18.343898+0000 mgr.smithi078.lrdjax (mgr.14180) 445 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:18.343898+0000 mgr.smithi078.lrdjax (mgr.14180) 445 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:20.022 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:20.724 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:18.652576+0000 mgr.smithi078.lrdjax (mgr.14180) 446 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:20.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:18.652576+0000 mgr.smithi078.lrdjax (mgr.14180) 446 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:21.382 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:21.382 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:21.702 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:20.344620+0000 mgr.smithi078.lrdjax (mgr.14180) 447 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:21.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:20.344620+0000 mgr.smithi078.lrdjax (mgr.14180) 447 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:22.754 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:22.786 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:21.377644+0000 mgr.smithi078.lrdjax (mgr.14180) 448 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:22.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:21.377644+0000 mgr.smithi078.lrdjax (mgr.14180) 448 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:23.724 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:22.345522+0000 mgr.smithi078.lrdjax (mgr.14180) 449 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:23.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:22.345522+0000 mgr.smithi078.lrdjax (mgr.14180) 449 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:24.083 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:24.083 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:24.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:25.454 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:25.805 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:24.079371+0000 mgr.smithi078.lrdjax (mgr.14180) 450 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:25.806 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:24.346227+0000 mgr.smithi078.lrdjax (mgr.14180) 451 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:24.079371+0000 mgr.smithi078.lrdjax (mgr.14180) 450 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:24.346227+0000 mgr.smithi078.lrdjax (mgr.14180) 451 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:26.859 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:26.859 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:27.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:27.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:26.346858+0000 mgr.smithi078.lrdjax (mgr.14180) 452 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:27.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:26.346858+0000 mgr.smithi078.lrdjax (mgr.14180) 452 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:28.246 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:28.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:26.855604+0000 mgr.smithi078.lrdjax (mgr.14180) 453 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:28.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:26.855604+0000 mgr.smithi078.lrdjax (mgr.14180) 453 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:29.576 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:29.576 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:29.731 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:28.347754+0000 mgr.smithi078.lrdjax (mgr.14180) 454 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:29.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:28.347754+0000 mgr.smithi078.lrdjax (mgr.14180) 454 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:29.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:30.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:29.572733+0000 mgr.smithi078.lrdjax (mgr.14180) 455 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:30.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:30.348321+0000 mgr.smithi078.lrdjax (mgr.14180) 456 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:30.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:29.572733+0000 mgr.smithi078.lrdjax (mgr.14180) 455 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:30.348321+0000 mgr.smithi078.lrdjax (mgr.14180) 456 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:30.954 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:32.296 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:32.297 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:32.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:33.669 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:33.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:32.293170+0000 mgr.smithi078.lrdjax (mgr.14180) 457 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:33.703 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:32.348849+0000 mgr.smithi078.lrdjax (mgr.14180) 458 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:33.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:32.293170+0000 mgr.smithi078.lrdjax (mgr.14180) 457 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:33.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:32.348849+0000 mgr.smithi078.lrdjax (mgr.14180) 458 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:35.099 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:35.099 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:35.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:35.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:34.349552+0000 mgr.smithi078.lrdjax (mgr.14180) 459 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:35.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:34.349552+0000 mgr.smithi078.lrdjax (mgr.14180) 459 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:36.494 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:36.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:35.095163+0000 mgr.smithi078.lrdjax (mgr.14180) 460 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:36.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:35.095163+0000 mgr.smithi078.lrdjax (mgr.14180) 460 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:37.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:36.350205+0000 mgr.smithi078.lrdjax (mgr.14180) 461 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:37.846 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:37.847 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:37.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:36.350205+0000 mgr.smithi078.lrdjax (mgr.14180) 461 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:38.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:39.227 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:39.570 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:37.843150+0000 mgr.smithi078.lrdjax (mgr.14180) 462 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:39.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:38.350949+0000 mgr.smithi078.lrdjax (mgr.14180) 463 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:37.843150+0000 mgr.smithi078.lrdjax (mgr.14180) 462 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:38.350949+0000 mgr.smithi078.lrdjax (mgr.14180) 463 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:40.609 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:40.609 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:40.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:41.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:40.351572+0000 mgr.smithi078.lrdjax (mgr.14180) 464 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:41.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:40.351572+0000 mgr.smithi078.lrdjax (mgr.14180) 464 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:41.986 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:42.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:40.605586+0000 mgr.smithi078.lrdjax (mgr.14180) 465 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:42.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:40.605586+0000 mgr.smithi078.lrdjax (mgr.14180) 465 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:43.341 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:43.341 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:43.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:42.352113+0000 mgr.smithi078.lrdjax (mgr.14180) 466 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:43.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:43.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:42.352113+0000 mgr.smithi078.lrdjax (mgr.14180) 466 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:44.711 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:44.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:43.337152+0000 mgr.smithi078.lrdjax (mgr.14180) 467 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:44.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:43.337152+0000 mgr.smithi078.lrdjax (mgr.14180) 467 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:45.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:44.352689+0000 mgr.smithi078.lrdjax (mgr.14180) 468 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:44.352689+0000 mgr.smithi078.lrdjax (mgr.14180) 468 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:46.037 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:46.037 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:46.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:47.418 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:47.761 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:46.033775+0000 mgr.smithi078.lrdjax (mgr.14180) 469 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:47.761 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:46.353589+0000 mgr.smithi078.lrdjax (mgr.14180) 470 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:46.033775+0000 mgr.smithi078.lrdjax (mgr.14180) 469 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:46.353589+0000 mgr.smithi078.lrdjax (mgr.14180) 470 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:48.706 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:48.706 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:49.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:49.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:48.354257+0000 mgr.smithi078.lrdjax (mgr.14180) 471 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:49.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:48.354257+0000 mgr.smithi078.lrdjax (mgr.14180) 471 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:50.076 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:50.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:48.701966+0000 mgr.smithi078.lrdjax (mgr.14180) 472 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:50.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:48.701966+0000 mgr.smithi078.lrdjax (mgr.14180) 472 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:51.413 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:51.414 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:51.748 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:50.354839+0000 mgr.smithi078.lrdjax (mgr.14180) 473 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:51.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:51.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:50.354839+0000 mgr.smithi078.lrdjax (mgr.14180) 473 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:52.793 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:52.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:51.410192+0000 mgr.smithi078.lrdjax (mgr.14180) 474 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:51.410192+0000 mgr.smithi078.lrdjax (mgr.14180) 474 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:53.796 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:52.355426+0000 mgr.smithi078.lrdjax (mgr.14180) 475 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:52.355426+0000 mgr.smithi078.lrdjax (mgr.14180) 475 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:06:54.154 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:54.154 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:54.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:55.534 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:55.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:54.150510+0000 mgr.smithi078.lrdjax (mgr.14180) 476 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:55.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:54.356053+0000 mgr.smithi078.lrdjax (mgr.14180) 477 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:55.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:54.150510+0000 mgr.smithi078.lrdjax (mgr.14180) 476 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:55.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:54.356053+0000 mgr.smithi078.lrdjax (mgr.14180) 477 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:56.904 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:56.904 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:57.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:06:57.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:56.356607+0000 mgr.smithi078.lrdjax (mgr.14180) 478 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:57.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:56.356607+0000 mgr.smithi078.lrdjax (mgr.14180) 478 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:58.294 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:06:58.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:56.900356+0000 mgr.smithi078.lrdjax (mgr.14180) 479 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:58.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:56.900356+0000 mgr.smithi078.lrdjax (mgr.14180) 479 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:06:59.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:06:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:06:58.357495+0000 mgr.smithi078.lrdjax (mgr.14180) 480 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:06:59.669 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:06:59.670 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:06:59.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:06:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:06:58.357495+0000 mgr.smithi078.lrdjax (mgr.14180) 480 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:00.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:00.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:06:59.666360+0000 mgr.smithi078.lrdjax (mgr.14180) 481 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:00.358151+0000 mgr.smithi078.lrdjax (mgr.14180) 482 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:06:59.666360+0000 mgr.smithi078.lrdjax (mgr.14180) 481 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:00.358151+0000 mgr.smithi078.lrdjax (mgr.14180) 482 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:01.050 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:02.445 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:02.445 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:02.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:03.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:02.358751+0000 mgr.smithi078.lrdjax (mgr.14180) 483 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:03.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:02.441344+0000 mgr.smithi078.lrdjax (mgr.14180) 484 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:03.834 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:03.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:02.358751+0000 mgr.smithi078.lrdjax (mgr.14180) 483 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:03.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:02.441344+0000 mgr.smithi078.lrdjax (mgr.14180) 484 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:05.194 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:05.194 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:05.496 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:04.359468+0000 mgr.smithi078.lrdjax (mgr.14180) 485 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:05.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:05.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:04.359468+0000 mgr.smithi078.lrdjax (mgr.14180) 485 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:06.574 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:06.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:05.190098+0000 mgr.smithi078.lrdjax (mgr.14180) 486 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:06.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:05.190098+0000 mgr.smithi078.lrdjax (mgr.14180) 486 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:07.544 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:06.360046+0000 mgr.smithi078.lrdjax (mgr.14180) 487 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:07.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:06.360046+0000 mgr.smithi078.lrdjax (mgr.14180) 487 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:07.918 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:07.919 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:08.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:09.290 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:09.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:07.914869+0000 mgr.smithi078.lrdjax (mgr.14180) 488 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:09.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:08.360743+0000 mgr.smithi078.lrdjax (mgr.14180) 489 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:07.914869+0000 mgr.smithi078.lrdjax (mgr.14180) 488 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:08.360743+0000 mgr.smithi078.lrdjax (mgr.14180) 489 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:10.618 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:10.618 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:11.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:11.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:10.361320+0000 mgr.smithi078.lrdjax (mgr.14180) 490 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:11.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:10.361320+0000 mgr.smithi078.lrdjax (mgr.14180) 490 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:12.019 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:12.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:10.613717+0000 mgr.smithi078.lrdjax (mgr.14180) 491 : audit [DBG] from='client.24709 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:12.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:10.613717+0000 mgr.smithi078.lrdjax (mgr.14180) 491 : audit [DBG] from='client.24709 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:13.394 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:13.394 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:13.712 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:12.361873+0000 mgr.smithi078.lrdjax (mgr.14180) 492 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:13.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:13.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:12.361873+0000 mgr.smithi078.lrdjax (mgr.14180) 492 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:14.789 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:14.822 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:13.390726+0000 mgr.smithi078.lrdjax (mgr.14180) 493 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:14.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:13.390726+0000 mgr.smithi078.lrdjax (mgr.14180) 493 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:15.776 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:14.362691+0000 mgr.smithi078.lrdjax (mgr.14180) 494 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:15.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:14.362691+0000 mgr.smithi078.lrdjax (mgr.14180) 494 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:16.124 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:16.124 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:16.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:17.500 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:17.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:16.120716+0000 mgr.smithi078.lrdjax (mgr.14180) 495 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:17.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:16.363218+0000 mgr.smithi078.lrdjax (mgr.14180) 496 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:16.120716+0000 mgr.smithi078.lrdjax (mgr.14180) 495 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:16.363218+0000 mgr.smithi078.lrdjax (mgr.14180) 496 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:18.851 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:18.851 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:19.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:19.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:18.363854+0000 mgr.smithi078.lrdjax (mgr.14180) 497 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:19.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:18.363854+0000 mgr.smithi078.lrdjax (mgr.14180) 497 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:20.232 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:20.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:18.847323+0000 mgr.smithi078.lrdjax (mgr.14180) 498 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:20.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:18.847323+0000 mgr.smithi078.lrdjax (mgr.14180) 498 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:21.535 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:21.535 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:21.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:20.364510+0000 mgr.smithi078.lrdjax (mgr.14180) 499 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:20.364510+0000 mgr.smithi078.lrdjax (mgr.14180) 499 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:21.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:22.902 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:23.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:21.531526+0000 mgr.smithi078.lrdjax (mgr.14180) 500 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:23.557 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:22.365096+0000 mgr.smithi078.lrdjax (mgr.14180) 501 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:23.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:21.531526+0000 mgr.smithi078.lrdjax (mgr.14180) 500 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:23.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:22.365096+0000 mgr.smithi078.lrdjax (mgr.14180) 501 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:24.248 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:24.248 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:24.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:25.622 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:25.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:24.244266+0000 mgr.smithi078.lrdjax (mgr.14180) 502 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:25.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:24.365789+0000 mgr.smithi078.lrdjax (mgr.14180) 503 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:25.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:24.244266+0000 mgr.smithi078.lrdjax (mgr.14180) 502 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:24.365789+0000 mgr.smithi078.lrdjax (mgr.14180) 503 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:26.982 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:26.982 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:27.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:27.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:26.366541+0000 mgr.smithi078.lrdjax (mgr.14180) 504 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:27.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:26.366541+0000 mgr.smithi078.lrdjax (mgr.14180) 504 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:28.372 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:28.714 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:26.978917+0000 mgr.smithi078.lrdjax (mgr.14180) 505 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:28.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:26.978917+0000 mgr.smithi078.lrdjax (mgr.14180) 505 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:29.743 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:29.743 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:29.769 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:28.367351+0000 mgr.smithi078.lrdjax (mgr.14180) 506 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:29.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:28.367351+0000 mgr.smithi078.lrdjax (mgr.14180) 506 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:30.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:30.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:29.739550+0000 mgr.smithi078.lrdjax (mgr.14180) 507 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:30.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:30.367951+0000 mgr.smithi078.lrdjax (mgr.14180) 508 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:29.739550+0000 mgr.smithi078.lrdjax (mgr.14180) 507 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:30.367951+0000 mgr.smithi078.lrdjax (mgr.14180) 508 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:31.122 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:32.504 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:32.505 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:32.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:33.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:32.368542+0000 mgr.smithi078.lrdjax (mgr.14180) 509 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:33.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:32.368542+0000 mgr.smithi078.lrdjax (mgr.14180) 509 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:33.929 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:34.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:32.501182+0000 mgr.smithi078.lrdjax (mgr.14180) 510 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:34.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:32.501182+0000 mgr.smithi078.lrdjax (mgr.14180) 510 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:35.299 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:35.299 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:35.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:34.369233+0000 mgr.smithi078.lrdjax (mgr.14180) 511 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:35.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:34.369233+0000 mgr.smithi078.lrdjax (mgr.14180) 511 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:36.678 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:36.711 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:35.295529+0000 mgr.smithi078.lrdjax (mgr.14180) 512 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:36.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:35.295529+0000 mgr.smithi078.lrdjax (mgr.14180) 512 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:37.791 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:36.369860+0000 mgr.smithi078.lrdjax (mgr.14180) 513 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:36.369860+0000 mgr.smithi078.lrdjax (mgr.14180) 513 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:38.152 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:38.152 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:38.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:39.536 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:39.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:38.148024+0000 mgr.smithi078.lrdjax (mgr.14180) 514 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:39.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:38.370594+0000 mgr.smithi078.lrdjax (mgr.14180) 515 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:38.148024+0000 mgr.smithi078.lrdjax (mgr.14180) 514 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:38.370594+0000 mgr.smithi078.lrdjax (mgr.14180) 515 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:40.870 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:40.870 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:41.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:41.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:40.371436+0000 mgr.smithi078.lrdjax (mgr.14180) 516 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:41.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:40.371436+0000 mgr.smithi078.lrdjax (mgr.14180) 516 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:42.262 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:42.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:40.866253+0000 mgr.smithi078.lrdjax (mgr.14180) 517 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:42.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:40.866253+0000 mgr.smithi078.lrdjax (mgr.14180) 517 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:43.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:42.372095+0000 mgr.smithi078.lrdjax (mgr.14180) 518 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:43.616 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:43.616 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:43.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:42.372095+0000 mgr.smithi078.lrdjax (mgr.14180) 518 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:43.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:44.978 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:45.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:43.612652+0000 mgr.smithi078.lrdjax (mgr.14180) 519 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:45.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:44.372755+0000 mgr.smithi078.lrdjax (mgr.14180) 520 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:45.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:43.612652+0000 mgr.smithi078.lrdjax (mgr.14180) 519 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:44.372755+0000 mgr.smithi078.lrdjax (mgr.14180) 520 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:46.319 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:46.320 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:46.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:47.702 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:47.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:46.316261+0000 mgr.smithi078.lrdjax (mgr.14180) 521 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:47.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:46.373295+0000 mgr.smithi078.lrdjax (mgr.14180) 522 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:46.316261+0000 mgr.smithi078.lrdjax (mgr.14180) 521 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:46.373295+0000 mgr.smithi078.lrdjax (mgr.14180) 522 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:49.037 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:49.037 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:49.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:49.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:48.374117+0000 mgr.smithi078.lrdjax (mgr.14180) 523 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:49.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:48.374117+0000 mgr.smithi078.lrdjax (mgr.14180) 523 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:50.502 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:50.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:49.033395+0000 mgr.smithi078.lrdjax (mgr.14180) 524 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:50.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:49.033395+0000 mgr.smithi078.lrdjax (mgr.14180) 524 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:51.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:50.374739+0000 mgr.smithi078.lrdjax (mgr.14180) 525 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:51.868 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:51.868 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:51.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:50.374739+0000 mgr.smithi078.lrdjax (mgr.14180) 525 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:52.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:53.260 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:53.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:51.864848+0000 mgr.smithi078.lrdjax (mgr.14180) 526 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:53.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:52.375617+0000 mgr.smithi078.lrdjax (mgr.14180) 527 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:53.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:51.864848+0000 mgr.smithi078.lrdjax (mgr.14180) 526 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:52.375617+0000 mgr.smithi078.lrdjax (mgr.14180) 527 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:07:54.626 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:54.626 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:54.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:55.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:54.376197+0000 mgr.smithi078.lrdjax (mgr.14180) 528 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:55.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:54.376197+0000 mgr.smithi078.lrdjax (mgr.14180) 528 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:56.000 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:56.620 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:54.622772+0000 mgr.smithi078.lrdjax (mgr.14180) 529 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:56.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:54.622772+0000 mgr.smithi078.lrdjax (mgr.14180) 529 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:57.318 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:07:57.318 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:07:57.689 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:56.376729+0000 mgr.smithi078.lrdjax (mgr.14180) 530 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:57.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:07:57.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:56.376729+0000 mgr.smithi078.lrdjax (mgr.14180) 530 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:58.710 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:07:58.742 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:07:57.313326+0000 mgr.smithi078.lrdjax (mgr.14180) 531 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:58.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:07:57.313326+0000 mgr.smithi078.lrdjax (mgr.14180) 531 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:07:59.679 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:07:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:07:58.377612+0000 mgr.smithi078.lrdjax (mgr.14180) 532 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:07:59.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:07:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:07:58.377612+0000 mgr.smithi078.lrdjax (mgr.14180) 532 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:00.062 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:00.062 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:00.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:00.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:00.057681+0000 mgr.smithi078.lrdjax (mgr.14180) 533 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:00.378282+0000 mgr.smithi078.lrdjax (mgr.14180) 534 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:00.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:00.057681+0000 mgr.smithi078.lrdjax (mgr.14180) 533 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:00.378282+0000 mgr.smithi078.lrdjax (mgr.14180) 534 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:01.437 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:02.796 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:02.796 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:03.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:03.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:02.378883+0000 mgr.smithi078.lrdjax (mgr.14180) 535 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:03.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:02.378883+0000 mgr.smithi078.lrdjax (mgr.14180) 535 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:04.177 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:04.517 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:02.792446+0000 mgr.smithi078.lrdjax (mgr.14180) 536 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:04.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:02.792446+0000 mgr.smithi078.lrdjax (mgr.14180) 536 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:05.481 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:05.482 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:05.788 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:04.379501+0000 mgr.smithi078.lrdjax (mgr.14180) 537 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:05.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:05.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:04.379501+0000 mgr.smithi078.lrdjax (mgr.14180) 537 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:06.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:05.478176+0000 mgr.smithi078.lrdjax (mgr.14180) 538 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:06.858 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:06.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:05.478176+0000 mgr.smithi078.lrdjax (mgr.14180) 538 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:07.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:06.380224+0000 mgr.smithi078.lrdjax (mgr.14180) 539 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:07.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:06.380224+0000 mgr.smithi078.lrdjax (mgr.14180) 539 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:08.283 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:08.283 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:08.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:09.675 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:09.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:08.279204+0000 mgr.smithi078.lrdjax (mgr.14180) 540 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:09.705 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:08.380834+0000 mgr.smithi078.lrdjax (mgr.14180) 541 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:08.279204+0000 mgr.smithi078.lrdjax (mgr.14180) 540 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:08.380834+0000 mgr.smithi078.lrdjax (mgr.14180) 541 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:10.988 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:10.988 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:11.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:11.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:10.381636+0000 mgr.smithi078.lrdjax (mgr.14180) 542 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:11.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:10.381636+0000 mgr.smithi078.lrdjax (mgr.14180) 542 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:12.366 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:12.716 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:10.983762+0000 mgr.smithi078.lrdjax (mgr.14180) 543 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:12.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:10.983762+0000 mgr.smithi078.lrdjax (mgr.14180) 543 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:13.746 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:13.746 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:13.780 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:12.382323+0000 mgr.smithi078.lrdjax (mgr.14180) 544 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:13.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:12.382323+0000 mgr.smithi078.lrdjax (mgr.14180) 544 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:14.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:15.166 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:15.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:13.742159+0000 mgr.smithi078.lrdjax (mgr.14180) 545 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:15.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:14.383098+0000 mgr.smithi078.lrdjax (mgr.14180) 546 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:15.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:13.742159+0000 mgr.smithi078.lrdjax (mgr.14180) 545 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:14.383098+0000 mgr.smithi078.lrdjax (mgr.14180) 546 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:16.567 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:16.567 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:33.438521Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:16.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:17.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:16.383593+0000 mgr.smithi078.lrdjax (mgr.14180) 547 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:17.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:16.383593+0000 mgr.smithi078.lrdjax (mgr.14180) 547 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:17.949 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:16.563565+0000 mgr.smithi078.lrdjax (mgr.14180) 548 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:18.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:17.555684+0000 mon.smithi078 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.gdykcw"}]: dispatch 2023-12-25T21:08:18.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:16.563565+0000 mgr.smithi078.lrdjax (mgr.14180) 548 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:18.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:17.555684+0000 mon.smithi078 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.gdykcw"}]: dispatch 2023-12-25T21:08:19.283 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:19.283 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:08:17.555205+0000 mgr.smithi078.lrdjax (mgr.14180) 549 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.gdykcw ... 2023-12-25T21:08:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:08:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:06:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:07:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:07:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:08:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Traceback (most recent call last): 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: yield (conn, connr) 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: code, '\n'.join(err))) 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.gdykcw ... 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:06:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:07:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:07:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:08:17.555409+0000 mgr.smithi078.lrdjax (mgr.14180) 550 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:08:17.556302+0000 mgr.smithi078.lrdjax (mgr.14180) 551 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.gdykcw ... 2023-12-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:06:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:07:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:07:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:08:19.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:08:17.557864+0000 mgr.smithi078.lrdjax (mgr.14180) 552 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.nzybnw on smithi078 2023-12-25T21:08:19.583 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:18.384527+0000 mgr.smithi078.lrdjax (mgr.14180) 553 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:19.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:08:17.555205+0000 mgr.smithi078.lrdjax (mgr.14180) 549 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.gdykcw ... 2023-12-25T21:08:19.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:08:19.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:06:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:07:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:07:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:08:19.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Traceback (most recent call last): 2023-12-25T21:08:19.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:08:19.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: yield (conn, connr) 2023-12-25T21:08:19.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:08:19.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: code, '\n'.join(err))) 2023-12-25T21:08:19.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.gdykcw ... 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:06:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:07:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:07:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:08:17.555409+0000 mgr.smithi078.lrdjax (mgr.14180) 550 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:08:17.556302+0000 mgr.smithi078.lrdjax (mgr.14180) 551 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw 2023-12-25T21:08:19.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.gdykcw ... 2023-12-25T21:08:19.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:08:19.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:06:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:07:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:07:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:08:19.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:08:19.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:08:19.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:08:17.557864+0000 mgr.smithi078.lrdjax (mgr.14180) 552 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.nzybnw on smithi078 2023-12-25T21:08:19.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:18.384527+0000 mgr.smithi078.lrdjax (mgr.14180) 553 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:20.647 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:20.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:19.279286+0000 mgr.smithi078.lrdjax (mgr.14180) 554 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:20.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:19.279286+0000 mgr.smithi078.lrdjax (mgr.14180) 554 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:21.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:20.385142+0000 mgr.smithi078.lrdjax (mgr.14180) 555 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:21.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:20.385142+0000 mgr.smithi078.lrdjax (mgr.14180) 555 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:22.016 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:22.016 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:22.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:23.432 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:23.798 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:22.012504+0000 mgr.smithi078.lrdjax (mgr.14180) 556 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:23.799 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:22.385992+0000 mgr.smithi078.lrdjax (mgr.14180) 557 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:23.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:22.012504+0000 mgr.smithi078.lrdjax (mgr.14180) 556 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:23.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:22.385992+0000 mgr.smithi078.lrdjax (mgr.14180) 557 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:24.851 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:24.851 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:25.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:25.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:24.386693+0000 mgr.smithi078.lrdjax (mgr.14180) 558 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:24.386693+0000 mgr.smithi078.lrdjax (mgr.14180) 558 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:26.222 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:26.564 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:24.847808+0000 mgr.smithi078.lrdjax (mgr.14180) 559 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:26.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:24.847808+0000 mgr.smithi078.lrdjax (mgr.14180) 559 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:27.576 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:27.576 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:27.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:26.387402+0000 mgr.smithi078.lrdjax (mgr.14180) 560 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:27.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:26.387402+0000 mgr.smithi078.lrdjax (mgr.14180) 560 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:27.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:28.963 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:29.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:27.572545+0000 mgr.smithi078.lrdjax (mgr.14180) 561 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:29.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:28.388052+0000 mgr.smithi078.lrdjax (mgr.14180) 562 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:29.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:27.572545+0000 mgr.smithi078.lrdjax (mgr.14180) 561 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:29.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:28.388052+0000 mgr.smithi078.lrdjax (mgr.14180) 562 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:30.259 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:30.259 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:30.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:31.639 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:31.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:30.254463+0000 mgr.smithi078.lrdjax (mgr.14180) 563 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:31.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:30.388643+0000 mgr.smithi078.lrdjax (mgr.14180) 564 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:31.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:30.254463+0000 mgr.smithi078.lrdjax (mgr.14180) 563 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:31.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:30.388643+0000 mgr.smithi078.lrdjax (mgr.14180) 564 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:32.990 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:32.990 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:33.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:33.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:32.389262+0000 mgr.smithi078.lrdjax (mgr.14180) 565 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:33.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:32.389262+0000 mgr.smithi078.lrdjax (mgr.14180) 565 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:34.372 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:34.725 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:32.986680+0000 mgr.smithi078.lrdjax (mgr.14180) 566 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:34.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:32.986680+0000 mgr.smithi078.lrdjax (mgr.14180) 566 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:35.747 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:35.747 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:35.769 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:34.389962+0000 mgr.smithi078.lrdjax (mgr.14180) 567 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:35.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:34.389962+0000 mgr.smithi078.lrdjax (mgr.14180) 567 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:36.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:37.138 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:37.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:35.743440+0000 mgr.smithi078.lrdjax (mgr.14180) 568 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:37.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:36.390607+0000 mgr.smithi078.lrdjax (mgr.14180) 569 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:37.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:35.743440+0000 mgr.smithi078.lrdjax (mgr.14180) 568 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:36.390607+0000 mgr.smithi078.lrdjax (mgr.14180) 569 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:38.464 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:38.464 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:38.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:39.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:38.391242+0000 mgr.smithi078.lrdjax (mgr.14180) 570 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:39.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:38.460750+0000 mgr.smithi078.lrdjax (mgr.14180) 571 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:39.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:38.391242+0000 mgr.smithi078.lrdjax (mgr.14180) 570 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:38.460750+0000 mgr.smithi078.lrdjax (mgr.14180) 571 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:39.947 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:41.273 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:41.274 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:41.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:40.391815+0000 mgr.smithi078.lrdjax (mgr.14180) 572 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:41.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:41.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:40.391815+0000 mgr.smithi078.lrdjax (mgr.14180) 572 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:42.677 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:41.269655+0000 mgr.smithi078.lrdjax (mgr.14180) 573 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:42.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:41.269655+0000 mgr.smithi078.lrdjax (mgr.14180) 573 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:43.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:42.392648+0000 mgr.smithi078.lrdjax (mgr.14180) 574 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:43.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:42.392648+0000 mgr.smithi078.lrdjax (mgr.14180) 574 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:44.021 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:44.021 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:44.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:45.402 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:45.728 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:44.017166+0000 mgr.smithi078.lrdjax (mgr.14180) 575 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:45.728 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:44.393400+0000 mgr.smithi078.lrdjax (mgr.14180) 576 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:45.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:44.017166+0000 mgr.smithi078.lrdjax (mgr.14180) 575 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:44.393400+0000 mgr.smithi078.lrdjax (mgr.14180) 576 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:46.725 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:46.725 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:46.746 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:46.393911+0000 mgr.smithi078.lrdjax (mgr.14180) 577 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:46.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:46.393911+0000 mgr.smithi078.lrdjax (mgr.14180) 577 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:47.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:47.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:46.721082+0000 mgr.smithi078.lrdjax (mgr.14180) 578 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:47.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:46.721082+0000 mgr.smithi078.lrdjax (mgr.14180) 578 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:48.103 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:48.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:48.394610+0000 mgr.smithi078.lrdjax (mgr.14180) 579 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:48.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:48.394610+0000 mgr.smithi078.lrdjax (mgr.14180) 579 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:49.428 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:49.428 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:49.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:50.802 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:50.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:49.423772+0000 mgr.smithi078.lrdjax (mgr.14180) 580 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:50.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:49.423772+0000 mgr.smithi078.lrdjax (mgr.14180) 580 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:51.730 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:50.395323+0000 mgr.smithi078.lrdjax (mgr.14180) 581 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:51.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:50.395323+0000 mgr.smithi078.lrdjax (mgr.14180) 581 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:52.086 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:52.086 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:52.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:53.469 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:53.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:52.082574+0000 mgr.smithi078.lrdjax (mgr.14180) 582 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:53.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:52.396018+0000 mgr.smithi078.lrdjax (mgr.14180) 583 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:52.082574+0000 mgr.smithi078.lrdjax (mgr.14180) 582 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:52.396018+0000 mgr.smithi078.lrdjax (mgr.14180) 583 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:08:54.844 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:54.845 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:55.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:55.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:54.396609+0000 mgr.smithi078.lrdjax (mgr.14180) 584 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:55.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:54.396609+0000 mgr.smithi078.lrdjax (mgr.14180) 584 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:56.225 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:56.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:54.841281+0000 mgr.smithi078.lrdjax (mgr.14180) 585 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:56.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:54.841281+0000 mgr.smithi078.lrdjax (mgr.14180) 585 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:57.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:56.397200+0000 mgr.smithi078.lrdjax (mgr.14180) 586 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:57.630 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:08:57.630 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:08:57.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:56.397200+0000 mgr.smithi078.lrdjax (mgr.14180) 586 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:57.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:08:59.000 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:08:59.645 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:08:57.626542+0000 mgr.smithi078.lrdjax (mgr.14180) 587 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:59.645 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:08:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:08:58.397756+0000 mgr.smithi078.lrdjax (mgr.14180) 588 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:08:59.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:08:57.626542+0000 mgr.smithi078.lrdjax (mgr.14180) 587 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:08:59.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:08:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:08:58.397756+0000 mgr.smithi078.lrdjax (mgr.14180) 588 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:00.354 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:00.354 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:00.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:01.743 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:01.776 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:00.350932+0000 mgr.smithi078.lrdjax (mgr.14180) 589 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:01.776 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:00.398375+0000 mgr.smithi078.lrdjax (mgr.14180) 590 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:01.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:00.350932+0000 mgr.smithi078.lrdjax (mgr.14180) 589 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:00.398375+0000 mgr.smithi078.lrdjax (mgr.14180) 590 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:03.119 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:03.119 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:03.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:03.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:02.399008+0000 mgr.smithi078.lrdjax (mgr.14180) 591 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:03.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:02.399008+0000 mgr.smithi078.lrdjax (mgr.14180) 591 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:04.525 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:04.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:03.115011+0000 mgr.smithi078.lrdjax (mgr.14180) 592 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:04.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:03.115011+0000 mgr.smithi078.lrdjax (mgr.14180) 592 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:04.399581+0000 mgr.smithi078.lrdjax (mgr.14180) 593 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:05.868 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:05.868 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:05.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:04.399581+0000 mgr.smithi078.lrdjax (mgr.14180) 593 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:06.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:07.249 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:07.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:05.864605+0000 mgr.smithi078.lrdjax (mgr.14180) 594 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:07.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:06.400274+0000 mgr.smithi078.lrdjax (mgr.14180) 595 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:07.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:05.864605+0000 mgr.smithi078.lrdjax (mgr.14180) 594 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:07.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:06.400274+0000 mgr.smithi078.lrdjax (mgr.14180) 595 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:08.626 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:08.626 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:08.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:08.400931+0000 mgr.smithi078.lrdjax (mgr.14180) 596 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:08.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:08.400931+0000 mgr.smithi078.lrdjax (mgr.14180) 596 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:09.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:10.043 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:10.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:08.622381+0000 mgr.smithi078.lrdjax (mgr.14180) 597 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:10.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:08.622381+0000 mgr.smithi078.lrdjax (mgr.14180) 597 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:11.404 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:11.404 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:11.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:10.401523+0000 mgr.smithi078.lrdjax (mgr.14180) 598 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:11.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:11.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:10.401523+0000 mgr.smithi078.lrdjax (mgr.14180) 598 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:12.781 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:12.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:11.400731+0000 mgr.smithi078.lrdjax (mgr.14180) 599 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:12.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:11.400731+0000 mgr.smithi078.lrdjax (mgr.14180) 599 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:13.778 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:12.402285+0000 mgr.smithi078.lrdjax (mgr.14180) 600 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:13.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:12.402285+0000 mgr.smithi078.lrdjax (mgr.14180) 600 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:14.142 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:14.142 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:14.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:15.550 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:15.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:14.138190+0000 mgr.smithi078.lrdjax (mgr.14180) 601 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:15.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:14.402785+0000 mgr.smithi078.lrdjax (mgr.14180) 602 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:14.138190+0000 mgr.smithi078.lrdjax (mgr.14180) 601 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:14.402785+0000 mgr.smithi078.lrdjax (mgr.14180) 602 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:16.885 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:16.885 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:17.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:17.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:16.403306+0000 mgr.smithi078.lrdjax (mgr.14180) 603 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:17.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:16.403306+0000 mgr.smithi078.lrdjax (mgr.14180) 603 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:18.241 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:18.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:16.880790+0000 mgr.smithi078.lrdjax (mgr.14180) 604 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:18.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:16.880790+0000 mgr.smithi078.lrdjax (mgr.14180) 604 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:19.566 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:19.567 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:19.725 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:18.403921+0000 mgr.smithi078.lrdjax (mgr.14180) 605 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:19.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:18.403921+0000 mgr.smithi078.lrdjax (mgr.14180) 605 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:19.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:20.948 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:21.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:19.562684+0000 mgr.smithi078.lrdjax (mgr.14180) 606 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:21.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:20.404629+0000 mgr.smithi078.lrdjax (mgr.14180) 607 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:19.562684+0000 mgr.smithi078.lrdjax (mgr.14180) 606 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:20.404629+0000 mgr.smithi078.lrdjax (mgr.14180) 607 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:22.273 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:22.273 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:22.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:23.679 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:23.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:22.269439+0000 mgr.smithi078.lrdjax (mgr.14180) 608 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:23.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:22.405286+0000 mgr.smithi078.lrdjax (mgr.14180) 609 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:23.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:22.269439+0000 mgr.smithi078.lrdjax (mgr.14180) 608 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:23.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:22.405286+0000 mgr.smithi078.lrdjax (mgr.14180) 609 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:25.015 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:25.016 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:25.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:25.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:24.405756+0000 mgr.smithi078.lrdjax (mgr.14180) 610 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:25.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:24.405756+0000 mgr.smithi078.lrdjax (mgr.14180) 610 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:26.396 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:26.749 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:25.011889+0000 mgr.smithi078.lrdjax (mgr.14180) 611 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:26.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:25.011889+0000 mgr.smithi078.lrdjax (mgr.14180) 611 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:27.773 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:27.773 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:27.801 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:26.406378+0000 mgr.smithi078.lrdjax (mgr.14180) 612 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:27.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:26.406378+0000 mgr.smithi078.lrdjax (mgr.14180) 612 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:28.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:28.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:27.769738+0000 mgr.smithi078.lrdjax (mgr.14180) 613 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:28.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:28.407200+0000 mgr.smithi078.lrdjax (mgr.14180) 614 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:28.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:27.769738+0000 mgr.smithi078.lrdjax (mgr.14180) 613 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:28.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:28.407200+0000 mgr.smithi078.lrdjax (mgr.14180) 614 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:29.164 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:30.603 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:30.604 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:30.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:31.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:30.407778+0000 mgr.smithi078.lrdjax (mgr.14180) 615 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:31.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:30.407778+0000 mgr.smithi078.lrdjax (mgr.14180) 615 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:31.931 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:32.573 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:30.598929+0000 mgr.smithi078.lrdjax (mgr.14180) 616 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:32.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:30.598929+0000 mgr.smithi078.lrdjax (mgr.14180) 616 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:33.290 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:33.290 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:33.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:32.408397+0000 mgr.smithi078.lrdjax (mgr.14180) 617 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:33.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:33.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:32.408397+0000 mgr.smithi078.lrdjax (mgr.14180) 617 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:34.671 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:34.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:33.286562+0000 mgr.smithi078.lrdjax (mgr.14180) 618 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:34.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:33.286562+0000 mgr.smithi078.lrdjax (mgr.14180) 618 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:35.724 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:34.408994+0000 mgr.smithi078.lrdjax (mgr.14180) 619 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:34.408994+0000 mgr.smithi078.lrdjax (mgr.14180) 619 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:36.081 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:36.081 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:36.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:37.453 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:37.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:36.077326+0000 mgr.smithi078.lrdjax (mgr.14180) 620 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:37.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:36.409542+0000 mgr.smithi078.lrdjax (mgr.14180) 621 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:36.077326+0000 mgr.smithi078.lrdjax (mgr.14180) 620 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:36.409542+0000 mgr.smithi078.lrdjax (mgr.14180) 621 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:38.867 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:38.867 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:39.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:39.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:38.410419+0000 mgr.smithi078.lrdjax (mgr.14180) 622 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:38.410419+0000 mgr.smithi078.lrdjax (mgr.14180) 622 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:40.245 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:40.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:38.863914+0000 mgr.smithi078.lrdjax (mgr.14180) 623 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:40.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:38.863914+0000 mgr.smithi078.lrdjax (mgr.14180) 623 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:41.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:40.411070+0000 mgr.smithi078.lrdjax (mgr.14180) 624 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:41.608 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:41.608 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:41.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:40.411070+0000 mgr.smithi078.lrdjax (mgr.14180) 624 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:42.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:43.012 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:43.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:41.604385+0000 mgr.smithi078.lrdjax (mgr.14180) 625 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:43.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:42.411774+0000 mgr.smithi078.lrdjax (mgr.14180) 626 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:43.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:41.604385+0000 mgr.smithi078.lrdjax (mgr.14180) 625 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:43.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:42.411774+0000 mgr.smithi078.lrdjax (mgr.14180) 626 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:44.379 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:44.380 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:44.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:45.753 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:45.788 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:44.376163+0000 mgr.smithi078.lrdjax (mgr.14180) 627 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:45.788 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:44.412554+0000 mgr.smithi078.lrdjax (mgr.14180) 628 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:45.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:44.376163+0000 mgr.smithi078.lrdjax (mgr.14180) 627 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:44.412554+0000 mgr.smithi078.lrdjax (mgr.14180) 628 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:47.114 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:47.114 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:47.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:47.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:46.413104+0000 mgr.smithi078.lrdjax (mgr.14180) 629 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:47.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:46.413104+0000 mgr.smithi078.lrdjax (mgr.14180) 629 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:48.487 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:48.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:47.110085+0000 mgr.smithi078.lrdjax (mgr.14180) 630 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:48.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:47.110085+0000 mgr.smithi078.lrdjax (mgr.14180) 630 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:49.813 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:49.813 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:49.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:48.413747+0000 mgr.smithi078.lrdjax (mgr.14180) 631 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:48.413747+0000 mgr.smithi078.lrdjax (mgr.14180) 631 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:50.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:51.245 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:51.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:49.808940+0000 mgr.smithi078.lrdjax (mgr.14180) 632 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:51.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:50.414407+0000 mgr.smithi078.lrdjax (mgr.14180) 633 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:51.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:49.808940+0000 mgr.smithi078.lrdjax (mgr.14180) 632 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:51.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:50.414407+0000 mgr.smithi078.lrdjax (mgr.14180) 633 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:52.632 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:52.632 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:53.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:53.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:52.415083+0000 mgr.smithi078.lrdjax (mgr.14180) 634 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:52.415083+0000 mgr.smithi078.lrdjax (mgr.14180) 634 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:09:54.010 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:54.671 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:52.627461+0000 mgr.smithi078.lrdjax (mgr.14180) 635 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:54.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:52.627461+0000 mgr.smithi078.lrdjax (mgr.14180) 635 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:55.369 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:55.369 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:55.699 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:54.415670+0000 mgr.smithi078.lrdjax (mgr.14180) 636 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:55.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:55.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:54.415670+0000 mgr.smithi078.lrdjax (mgr.14180) 636 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:56.751 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:56.785 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:55.365414+0000 mgr.smithi078.lrdjax (mgr.14180) 637 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:56.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:55.365414+0000 mgr.smithi078.lrdjax (mgr.14180) 637 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:57.738 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:56.416223+0000 mgr.smithi078.lrdjax (mgr.14180) 638 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:57.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:56.416223+0000 mgr.smithi078.lrdjax (mgr.14180) 638 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:58.085 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:09:58.085 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:09:58.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:09:59.452 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:09:59.802 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:09:58.081436+0000 mgr.smithi078.lrdjax (mgr.14180) 639 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:59.802 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:09:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:09:58.416816+0000 mgr.smithi078.lrdjax (mgr.14180) 640 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:09:59.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:09:58.081436+0000 mgr.smithi078.lrdjax (mgr.14180) 639 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:09:59.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:09:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:09:58.416816+0000 mgr.smithi078.lrdjax (mgr.14180) 640 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:00.798 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:00.798 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:00.825 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:00.000101+0000 mon.smithi078 (mon.0) 688 : cluster [INF] overall HEALTH_OK 2023-12-25T21:10:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:00.000101+0000 mon.smithi078 (mon.0) 688 : cluster [INF] overall HEALTH_OK 2023-12-25T21:10:01.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:01.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:00.417627+0000 mgr.smithi078.lrdjax (mgr.14180) 641 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:01.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:00.794928+0000 mgr.smithi078.lrdjax (mgr.14180) 642 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:00.417627+0000 mgr.smithi078.lrdjax (mgr.14180) 641 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:00.794928+0000 mgr.smithi078.lrdjax (mgr.14180) 642 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:02.169 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:02.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:02.418268+0000 mgr.smithi078.lrdjax (mgr.14180) 643 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:10:02.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:02.418268+0000 mgr.smithi078.lrdjax (mgr.14180) 643 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:10:03.565 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:03.565 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:03.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:04.950 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:05.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:03.561163+0000 mgr.smithi078.lrdjax (mgr.14180) 644 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:05.561 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:04.418799+0000 mgr.smithi078.lrdjax (mgr.14180) 645 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:05.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:03.561163+0000 mgr.smithi078.lrdjax (mgr.14180) 644 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:05.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:04.418799+0000 mgr.smithi078.lrdjax (mgr.14180) 645 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:06.242 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:06.242 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:06.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:07.617 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:07.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:06.238373+0000 mgr.smithi078.lrdjax (mgr.14180) 646 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:07.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:06.419282+0000 mgr.smithi078.lrdjax (mgr.14180) 647 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:07.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:06.238373+0000 mgr.smithi078.lrdjax (mgr.14180) 646 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:07.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:06.419282+0000 mgr.smithi078.lrdjax (mgr.14180) 647 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:08.977 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:08.977 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:09.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:09.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:08.419822+0000 mgr.smithi078.lrdjax (mgr.14180) 648 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:09.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:08.419822+0000 mgr.smithi078.lrdjax (mgr.14180) 648 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:10.357 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:10.709 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:08.972360+0000 mgr.smithi078.lrdjax (mgr.14180) 649 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:10.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:08.972360+0000 mgr.smithi078.lrdjax (mgr.14180) 649 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:11.718 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:11.718 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:11.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:10.420626+0000 mgr.smithi078.lrdjax (mgr.14180) 650 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:11.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:10.420626+0000 mgr.smithi078.lrdjax (mgr.14180) 650 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:12.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:13.109 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:13.768 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:11.714392+0000 mgr.smithi078.lrdjax (mgr.14180) 651 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:13.768 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:12.421415+0000 mgr.smithi078.lrdjax (mgr.14180) 652 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:10:13.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:11.714392+0000 mgr.smithi078.lrdjax (mgr.14180) 651 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:13.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:12.421415+0000 mgr.smithi078.lrdjax (mgr.14180) 652 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:10:14.476 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:14.477 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:14.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:15.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:14.421906+0000 mgr.smithi078.lrdjax (mgr.14180) 653 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:15.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:14.472811+0000 mgr.smithi078.lrdjax (mgr.14180) 654 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:15.873 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:15.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:14.421906+0000 mgr.smithi078.lrdjax (mgr.14180) 653 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:14.472811+0000 mgr.smithi078.lrdjax (mgr.14180) 654 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:17.278 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:17.279 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:17.571 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:16.422436+0000 mgr.smithi078.lrdjax (mgr.14180) 655 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:17.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:17.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:16.422436+0000 mgr.smithi078.lrdjax (mgr.14180) 655 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:18.665 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:18.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:17.274909+0000 mgr.smithi078.lrdjax (mgr.14180) 656 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:18.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:17.274909+0000 mgr.smithi078.lrdjax (mgr.14180) 656 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:19.719 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:18.423206+0000 mgr.smithi078.lrdjax (mgr.14180) 657 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:18.423206+0000 mgr.smithi078.lrdjax (mgr.14180) 657 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:20.083 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:20.083 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:20.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:20.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:20.079132+0000 mgr.smithi078.lrdjax (mgr.14180) 658 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:20.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:20.423986+0000 mgr.smithi078.lrdjax (mgr.14180) 659 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:20.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:20.079132+0000 mgr.smithi078.lrdjax (mgr.14180) 658 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:20.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:20.423986+0000 mgr.smithi078.lrdjax (mgr.14180) 659 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:21.509 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:22.887 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:22.887 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:23.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:23.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:22.424605+0000 mgr.smithi078.lrdjax (mgr.14180) 660 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:10:23.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:22.424605+0000 mgr.smithi078.lrdjax (mgr.14180) 660 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:10:24.264 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:24.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:22.883006+0000 mgr.smithi078.lrdjax (mgr.14180) 661 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:24.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:24 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:22.883006+0000 mgr.smithi078.lrdjax (mgr.14180) 661 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:25.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:24.425182+0000 mgr.smithi078.lrdjax (mgr.14180) 662 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:25.654 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:25.654 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:24.425182+0000 mgr.smithi078.lrdjax (mgr.14180) 662 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:26.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:27.039 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:27.708 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:25.650612+0000 mgr.smithi078.lrdjax (mgr.14180) 663 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:27.708 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:26.425890+0000 mgr.smithi078.lrdjax (mgr.14180) 664 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:27.870 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:25.650612+0000 mgr.smithi078.lrdjax (mgr.14180) 663 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:27.871 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:26.425890+0000 mgr.smithi078.lrdjax (mgr.14180) 664 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:28.400 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:28.400 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:28.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:29.781 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:29.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:28.396979+0000 mgr.smithi078.lrdjax (mgr.14180) 665 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:29.816 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:28.426532+0000 mgr.smithi078.lrdjax (mgr.14180) 666 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:29.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:28.396979+0000 mgr.smithi078.lrdjax (mgr.14180) 665 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:29.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:28.426532+0000 mgr.smithi078.lrdjax (mgr.14180) 666 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:31.142 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:31.142 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:31.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:31.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:30.427327+0000 mgr.smithi078.lrdjax (mgr.14180) 667 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:31.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:30.427327+0000 mgr.smithi078.lrdjax (mgr.14180) 667 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:32.606 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:32.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:31.138134+0000 mgr.smithi078.lrdjax (mgr.14180) 668 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:32.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:31.138134+0000 mgr.smithi078.lrdjax (mgr.14180) 668 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:33.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:32.428137+0000 mgr.smithi078.lrdjax (mgr.14180) 669 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:10:33.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:32.428137+0000 mgr.smithi078.lrdjax (mgr.14180) 669 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:10:33.949 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:33.950 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:34.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:35.320 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:35.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:33.946050+0000 mgr.smithi078.lrdjax (mgr.14180) 670 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:35.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:34.428739+0000 mgr.smithi078.lrdjax (mgr.14180) 671 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:33.946050+0000 mgr.smithi078.lrdjax (mgr.14180) 670 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:35.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:34.428739+0000 mgr.smithi078.lrdjax (mgr.14180) 671 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:36.693 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:36.694 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:37.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:37.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:36.429288+0000 mgr.smithi078.lrdjax (mgr.14180) 672 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:37.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:36.429288+0000 mgr.smithi078.lrdjax (mgr.14180) 672 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:38.063 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:38.707 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:36.690043+0000 mgr.smithi078.lrdjax (mgr.14180) 673 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:38.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:36.690043+0000 mgr.smithi078.lrdjax (mgr.14180) 673 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:39.370 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:39.370 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:39.693 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:38.429840+0000 mgr.smithi078.lrdjax (mgr.14180) 674 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:39.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:38.429840+0000 mgr.smithi078.lrdjax (mgr.14180) 674 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:40.737 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:40.771 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:39.366019+0000 mgr.smithi078.lrdjax (mgr.14180) 675 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:40.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:39.366019+0000 mgr.smithi078.lrdjax (mgr.14180) 675 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:41.715 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:40.430577+0000 mgr.smithi078.lrdjax (mgr.14180) 676 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:41.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:40.430577+0000 mgr.smithi078.lrdjax (mgr.14180) 676 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:10:42.072 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:42.072 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:42.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:43.461 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:43.805 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:42.068591+0000 mgr.smithi078.lrdjax (mgr.14180) 677 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:43.805 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:42.431244+0000 mgr.smithi078.lrdjax (mgr.14180) 678 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:10:43.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:42.068591+0000 mgr.smithi078.lrdjax (mgr.14180) 677 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:43.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:42.431244+0000 mgr.smithi078.lrdjax (mgr.14180) 678 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:10:44.819 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:44.819 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:03:15.060367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.ranenc on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-ranenc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.ranenc\nDeploy daemon haproxy.nfs.foo.smithi194.ranenc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:01:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:02:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.249520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.retlls on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-retlls\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.retlls\nDeploy daemon haproxy.nfs.foo.smithi078.retlls ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:03:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:04:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:05:44.255267Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.olmfmf on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:45.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:45.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:44.431793+0000 mgr.smithi078.lrdjax (mgr.14180) 679 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 27 op/s 2023-12-25T21:10:45.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:44.431793+0000 mgr.smithi078.lrdjax (mgr.14180) 679 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 27 op/s 2023-12-25T21:10:46.186 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:46.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:44.808545+0000 mgr.smithi078.lrdjax (mgr.14180) 680 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:46.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:44.808545+0000 mgr.smithi078.lrdjax (mgr.14180) 680 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:47.573 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:47.573 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:05:48.018800Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:05:45.597856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:05:48.018929Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:05:45.598016Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:05:45.598102Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:05:48.019485Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:05:45.598166Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:05:45.598226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:05:48.019052Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:05:45.598461Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:47.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:46.432343+0000 mgr.smithi078.lrdjax (mgr.14180) 681 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-12-25T21:10:47.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:46.704390+0000 mon.smithi078 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.nzybnw"}]: dispatch 2023-12-25T21:10:47.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:46.711325+0000 mon.smithi078 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:10:47.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:46.956881+0000 mon.smithi078 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:47.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:47.107349+0000 mon.smithi078 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:46.432343+0000 mgr.smithi078.lrdjax (mgr.14180) 681 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-12-25T21:10:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:46.704390+0000 mon.smithi078 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.nzybnw"}]: dispatch 2023-12-25T21:10:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:46.711325+0000 mon.smithi078 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:10:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:46.956881+0000 mon.smithi078 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:47.107349+0000 mon.smithi078 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:48.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:48.513 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:10:46.703890+0000 mgr.smithi078.lrdjax (mgr.14180) 682 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.513 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.513 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.513 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.513 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi078.nzybnw ... 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:08:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:09:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:10:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Traceback (most recent call last): 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: yield (conn, connr) 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: code, '\n'.join(err))) 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.514 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi078.nzybnw ... 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:08:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:09:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:10:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:10:46.704070+0000 mgr.smithi078.lrdjax (mgr.14180) 683 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:10:46.704916+0000 mgr.smithi078.lrdjax (mgr.14180) 684 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.515 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi078.nzybnw ... 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:08:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:09:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:10:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:10:46.706108+0000 mgr.smithi078.lrdjax (mgr.14180) 685 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:10:46.707017+0000 mgr.smithi078.lrdjax (mgr.14180) 686 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:46.707642+0000 mgr.smithi078.lrdjax (mgr.14180) 687 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 68 op/s 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:47.503165+0000 mon.smithi078 (mon.0) 693 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:47.567426+0000 mgr.smithi078.lrdjax (mgr.14180) 688 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:48.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:48.228200+0000 mon.smithi078 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:48.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:10:46.703890+0000 mgr.smithi078.lrdjax (mgr.14180) 682 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi078.nzybnw ... 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:08:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:09:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:10:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Traceback (most recent call last): 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: yield (conn, connr) 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:10:48.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: code, '\n'.join(err))) 2023-12-25T21:10:48.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi078.nzybnw ... 2023-12-25T21:10:48.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:10:48.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:08:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:09:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:10:48.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:10:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:10:46.704070+0000 mgr.smithi078.lrdjax (mgr.14180) 683 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:10:46.704916+0000 mgr.smithi078.lrdjax (mgr.14180) 684 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi078.nzybnw ... 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:08:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:09:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:10:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:10:48.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:10:46.706108+0000 mgr.smithi078.lrdjax (mgr.14180) 685 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:10:48.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:10:46.707017+0000 mgr.smithi078.lrdjax (mgr.14180) 686 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:10:48.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:46.707642+0000 mgr.smithi078.lrdjax (mgr.14180) 687 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 68 op/s 2023-12-25T21:10:48.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:47.503165+0000 mon.smithi078 (mon.0) 693 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:10:48.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:47.567426+0000 mgr.smithi078.lrdjax (mgr.14180) 688 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:48.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:48.228200+0000 mon.smithi078 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:49.198 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:49.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:48.509920+0000 mon.smithi078 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:49.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:48.510546+0000 mon.smithi078 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:49.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:48.513924+0000 mon.smithi078 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:49.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:48.514589+0000 mon.smithi078 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:49.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:10:48.515047+0000 mgr.smithi078.lrdjax (mgr.14180) 689 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 3734M 2023-12-25T21:10:49.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:48.518914+0000 mon.smithi078 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:49.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:48.708405+0000 mgr.smithi078.lrdjax (mgr.14180) 690 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 101 op/s 2023-12-25T21:10:49.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:48.509920+0000 mon.smithi078 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:48.510546+0000 mon.smithi078 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:48.513924+0000 mon.smithi078 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:48.514589+0000 mon.smithi078 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:10:48.515047+0000 mgr.smithi078.lrdjax (mgr.14180) 689 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 3734M 2023-12-25T21:10:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:48.518914+0000 mon.smithi078 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:48.708405+0000 mgr.smithi078.lrdjax (mgr.14180) 690 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 101 op/s 2023-12-25T21:10:50.986 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:50.986 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:51.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:51.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:50.290615+0000 mon.smithi078 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:51.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:50.920500+0000 mon.smithi078 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:51.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:51.258173+0000 mon.smithi078 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:51.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:51.258784+0000 mon.smithi078 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:51.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:51.259286+0000 mon.smithi078 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:51.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:51.259771+0000 mon.smithi078 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:51.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:51.264219+0000 mon.smithi078 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:51.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:51.265588+0000 mon.smithi078 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:10:51.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:51.266426+0000 mon.smithi078 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:10:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:50.290615+0000 mon.smithi078 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:50.920500+0000 mon.smithi078 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:51.258173+0000 mon.smithi078 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:51.258784+0000 mon.smithi078 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:51.259286+0000 mon.smithi078 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:51.259771+0000 mon.smithi078 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:10:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:51.264219+0000 mon.smithi078 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:51.265588+0000 mon.smithi078 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:10:51.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:51.266426+0000 mon.smithi078 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:10:52.408 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:52.762 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:50.709175+0000 mgr.smithi078.lrdjax (mgr.14180) 691 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 104 op/s 2023-12-25T21:10:52.762 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:50.982236+0000 mgr.smithi078.lrdjax (mgr.14180) 692 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:52.762 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:10:51.260157+0000 mgr.smithi078.lrdjax (mgr.14180) 693 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 2710M 2023-12-25T21:10:52.763 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:10:51.269552+0000 mgr.smithi078.lrdjax (mgr.14180) 694 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T21:10:52.763 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:51.427117+0000 mon.smithi078 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:52.763 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:51.427804+0000 mgr.smithi078.lrdjax (mgr.14180) 695 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-25T21:10:52.763 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:51.431587+0000 mon.smithi078 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:10:52.763 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:51.438373+0000 mon.smithi078 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:52.763 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:10:51.440515+0000 mgr.smithi078.lrdjax (mgr.14180) 696 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.bwcdij on smithi194 2023-12-25T21:10:52.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:50.709175+0000 mgr.smithi078.lrdjax (mgr.14180) 691 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 104 op/s 2023-12-25T21:10:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:50.982236+0000 mgr.smithi078.lrdjax (mgr.14180) 692 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:10:51.260157+0000 mgr.smithi078.lrdjax (mgr.14180) 693 : cephadm [INF] Adjusting osd_memory_target on smithi078 to 2710M 2023-12-25T21:10:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:10:51.269552+0000 mgr.smithi078.lrdjax (mgr.14180) 694 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T21:10:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:51.427117+0000 mon.smithi078 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:51.427804+0000 mgr.smithi078.lrdjax (mgr.14180) 695 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-25T21:10:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:51.431587+0000 mon.smithi078 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:10:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:51.438373+0000 mon.smithi078 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:10:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:10:51.440515+0000 mgr.smithi078.lrdjax (mgr.14180) 696 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.bwcdij on smithi194 2023-12-25T21:10:53.805 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:53.806 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:53.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:52.425398+0000 mon.smithi078 (mon.0) 712 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:10:53.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:52.425434+0000 mon.smithi078 (mon.0) 713 : cluster [INF] Cluster is now healthy 2023-12-25T21:10:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:52.425398+0000 mon.smithi078 (mon.0) 712 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:10:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:52.425434+0000 mon.smithi078 (mon.0) 713 : cluster [INF] Cluster is now healthy 2023-12-25T21:10:54.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:54.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:53.428425+0000 mgr.smithi078.lrdjax (mgr.14180) 697 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2023-12-25T21:10:54.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:53.428425+0000 mgr.smithi078.lrdjax (mgr.14180) 697 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2023-12-25T21:10:55.187 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:55.821 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:53.801634+0000 mgr.smithi078.lrdjax (mgr.14180) 698 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:55.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:53.801634+0000 mgr.smithi078.lrdjax (mgr.14180) 698 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:56.545 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:56.545 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:56.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:55.429311+0000 mgr.smithi078.lrdjax (mgr.14180) 699 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 42 op/s 2023-12-25T21:10:56.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:55.429311+0000 mgr.smithi078.lrdjax (mgr.14180) 699 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 42 op/s 2023-12-25T21:10:56.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:10:57.926 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:10:58.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:56.541101+0000 mgr.smithi078.lrdjax (mgr.14180) 700 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:58.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:10:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:57.430000+0000 mgr.smithi078.lrdjax (mgr.14180) 701 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 35 op/s 2023-12-25T21:10:58.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:56.541101+0000 mgr.smithi078.lrdjax (mgr.14180) 700 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:10:58.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:10:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:57.430000+0000 mgr.smithi078.lrdjax (mgr.14180) 701 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 35 op/s 2023-12-25T21:10:59.261 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:10:59.261 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:10:59.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:00.634 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:00.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:10:59.258026+0000 mgr.smithi078.lrdjax (mgr.14180) 702 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:10:59.430645+0000 mgr.smithi078.lrdjax (mgr.14180) 703 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 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-25T21:11:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:10:59.258026+0000 mgr.smithi078.lrdjax (mgr.14180) 702 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:10:59.430645+0000 mgr.smithi078.lrdjax (mgr.14180) 703 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 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-25T21:11:01.991 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:01.991 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:02.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:02.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:01.431278+0000 mgr.smithi078.lrdjax (mgr.14180) 704 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-25T21:11:02.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:01.431278+0000 mgr.smithi078.lrdjax (mgr.14180) 704 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-25T21:11:03.476 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:03.819 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:01.987471+0000 mgr.smithi078.lrdjax (mgr.14180) 705 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:03.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:01.987471+0000 mgr.smithi078.lrdjax (mgr.14180) 705 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:04.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:03.431938+0000 mgr.smithi078.lrdjax (mgr.14180) 706 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-25T21:11:04.857 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:04.857 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:04.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:03.431938+0000 mgr.smithi078.lrdjax (mgr.14180) 706 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-25T21:11:05.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:06.250 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:06.576 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:04.853459+0000 mgr.smithi078.lrdjax (mgr.14180) 707 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:06.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:05.432767+0000 mgr.smithi078.lrdjax (mgr.14180) 708 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-25T21:11:06.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:04.853459+0000 mgr.smithi078.lrdjax (mgr.14180) 707 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:06.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:05.432767+0000 mgr.smithi078.lrdjax (mgr.14180) 708 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-25T21:11:07.645 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:07.645 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:08.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:08.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:07.433404+0000 mgr.smithi078.lrdjax (mgr.14180) 709 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2023-12-25T21:11:08.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:07.433404+0000 mgr.smithi078.lrdjax (mgr.14180) 709 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2023-12-25T21:11:09.034 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:09.710 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:07.640747+0000 mgr.smithi078.lrdjax (mgr.14180) 710 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:09.711 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:09.433901+0000 mgr.smithi078.lrdjax (mgr.14180) 711 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:11:09.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:07.640747+0000 mgr.smithi078.lrdjax (mgr.14180) 710 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:09.433901+0000 mgr.smithi078.lrdjax (mgr.14180) 711 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:11:10.411 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:10.411 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:10.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:10.407359+0000 mgr.smithi078.lrdjax (mgr.14180) 712 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:10.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:10.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:10.407359+0000 mgr.smithi078.lrdjax (mgr.14180) 712 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:11.763 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:11.797 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:11.434469+0000 mgr.smithi078.lrdjax (mgr.14180) 713 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:11:11.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:11.434469+0000 mgr.smithi078.lrdjax (mgr.14180) 713 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:11:13.172 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:13.172 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:13.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:14.533 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:14.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:13.168812+0000 mgr.smithi078.lrdjax (mgr.14180) 714 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:14.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:13.435025+0000 mgr.smithi078.lrdjax (mgr.14180) 715 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:11:14.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:13.168812+0000 mgr.smithi078.lrdjax (mgr.14180) 714 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:14.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:13.435025+0000 mgr.smithi078.lrdjax (mgr.14180) 715 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:11:15.851 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:15.851 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:16.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:16.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:15.435684+0000 mgr.smithi078.lrdjax (mgr.14180) 716 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:11:16.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:15.435684+0000 mgr.smithi078.lrdjax (mgr.14180) 716 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-25T21:11:17.249 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:17.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:15.848014+0000 mgr.smithi078.lrdjax (mgr.14180) 717 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:15.848014+0000 mgr.smithi078.lrdjax (mgr.14180) 717 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:18.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:17.436335+0000 mgr.smithi078.lrdjax (mgr.14180) 718 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-25T21:11:18.637 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:18.637 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:18.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:17.436335+0000 mgr.smithi078.lrdjax (mgr.14180) 718 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-25T21:11:19.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:20.039 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:20.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:18.634178+0000 mgr.smithi078.lrdjax (mgr.14180) 719 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:20.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:19.436875+0000 mgr.smithi078.lrdjax (mgr.14180) 720 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-25T21:11:20.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:18.634178+0000 mgr.smithi078.lrdjax (mgr.14180) 719 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:20.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:19.436875+0000 mgr.smithi078.lrdjax (mgr.14180) 720 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-25T21:11:21.361 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:21.361 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:21.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:22.722 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:22.759 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:21.357308+0000 mgr.smithi078.lrdjax (mgr.14180) 721 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:22.759 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:21.437441+0000 mgr.smithi078.lrdjax (mgr.14180) 722 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:11:22.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:21.357308+0000 mgr.smithi078.lrdjax (mgr.14180) 721 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:22.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:21.437441+0000 mgr.smithi078.lrdjax (mgr.14180) 722 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:11:24.043 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:24.043 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:24.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:23.438207+0000 mgr.smithi078.lrdjax (mgr.14180) 723 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:24.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:24 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:23.438207+0000 mgr.smithi078.lrdjax (mgr.14180) 723 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:25.423 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:25.766 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:24.038788+0000 mgr.smithi078.lrdjax (mgr.14180) 724 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:25.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:24.038788+0000 mgr.smithi078.lrdjax (mgr.14180) 724 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:26.816 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:26.817 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:26.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:25.438981+0000 mgr.smithi078.lrdjax (mgr.14180) 725 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:26.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:25.438981+0000 mgr.smithi078.lrdjax (mgr.14180) 725 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:27.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:27.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:26.812839+0000 mgr.smithi078.lrdjax (mgr.14180) 726 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:27.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:27.439745+0000 mgr.smithi078.lrdjax (mgr.14180) 727 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:27.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:26.812839+0000 mgr.smithi078.lrdjax (mgr.14180) 726 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:27.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:27.439745+0000 mgr.smithi078.lrdjax (mgr.14180) 727 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:28.189 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:29.531 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:29.532 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:29.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:30.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:29.440382+0000 mgr.smithi078.lrdjax (mgr.14180) 728 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:30.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:29.440382+0000 mgr.smithi078.lrdjax (mgr.14180) 728 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:30.931 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:31.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:29.528113+0000 mgr.smithi078.lrdjax (mgr.14180) 729 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:31.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:29.528113+0000 mgr.smithi078.lrdjax (mgr.14180) 729 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:32.307 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:32.308 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:32.611 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:31.440892+0000 mgr.smithi078.lrdjax (mgr.14180) 730 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:11:32.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:32.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:31.440892+0000 mgr.smithi078.lrdjax (mgr.14180) 730 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:11:33.690 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:33.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:32.304112+0000 mgr.smithi078.lrdjax (mgr.14180) 731 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:33.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:32.304112+0000 mgr.smithi078.lrdjax (mgr.14180) 731 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:34.692 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:33.441580+0000 mgr.smithi078.lrdjax (mgr.14180) 732 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:34.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:33.441580+0000 mgr.smithi078.lrdjax (mgr.14180) 732 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:35.058 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:35.058 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:35.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:36.430 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:36.780 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:35.054811+0000 mgr.smithi078.lrdjax (mgr.14180) 733 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:36.780 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:35.442309+0000 mgr.smithi078.lrdjax (mgr.14180) 734 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:36.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:35.054811+0000 mgr.smithi078.lrdjax (mgr.14180) 733 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:36.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:35.442309+0000 mgr.smithi078.lrdjax (mgr.14180) 734 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:37.784 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:37.784 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:38.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:38.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:37.442948+0000 mgr.smithi078.lrdjax (mgr.14180) 735 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:38.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:37.442948+0000 mgr.smithi078.lrdjax (mgr.14180) 735 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:39.188 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:39.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:37.780281+0000 mgr.smithi078.lrdjax (mgr.14180) 736 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:39.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:39.443559+0000 mgr.smithi078.lrdjax (mgr.14180) 737 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:39.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:37.780281+0000 mgr.smithi078.lrdjax (mgr.14180) 736 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:39.443559+0000 mgr.smithi078.lrdjax (mgr.14180) 737 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:40.568 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:40.568 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:40.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:41.954 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:42.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:40.564377+0000 mgr.smithi078.lrdjax (mgr.14180) 738 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:42.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:41.444404+0000 mgr.smithi078.lrdjax (mgr.14180) 739 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:11:42.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:40.564377+0000 mgr.smithi078.lrdjax (mgr.14180) 738 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:42.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:41.444404+0000 mgr.smithi078.lrdjax (mgr.14180) 739 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:11:43.380 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:43.380 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:43.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:44.763 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:44.797 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:43.376563+0000 mgr.smithi078.lrdjax (mgr.14180) 740 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:44.798 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:43.445132+0000 mgr.smithi078.lrdjax (mgr.14180) 741 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:44.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:43.376563+0000 mgr.smithi078.lrdjax (mgr.14180) 740 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:44.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:43.445132+0000 mgr.smithi078.lrdjax (mgr.14180) 741 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:46.104 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:46.105 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:46.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:46.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:45.446005+0000 mgr.smithi078.lrdjax (mgr.14180) 742 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:46.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:45.446005+0000 mgr.smithi078.lrdjax (mgr.14180) 742 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:47.471 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:47.805 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:46.100939+0000 mgr.smithi078.lrdjax (mgr.14180) 743 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:47.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:46.100939+0000 mgr.smithi078.lrdjax (mgr.14180) 743 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:48.822 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:48.822 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:48.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:47.446799+0000 mgr.smithi078.lrdjax (mgr.14180) 744 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:48.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:47.446799+0000 mgr.smithi078.lrdjax (mgr.14180) 744 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:49.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:50.234 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:50.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:48.818300+0000 mgr.smithi078.lrdjax (mgr.14180) 745 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:50.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:49.447505+0000 mgr.smithi078.lrdjax (mgr.14180) 746 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:50.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:48.818300+0000 mgr.smithi078.lrdjax (mgr.14180) 745 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:50.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:49.447505+0000 mgr.smithi078.lrdjax (mgr.14180) 746 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:51.551 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:51.551 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:51.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:52.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:51.448029+0000 mgr.smithi078.lrdjax (mgr.14180) 747 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:11:52.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:51.448029+0000 mgr.smithi078.lrdjax (mgr.14180) 747 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:11:52.927 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:53.563 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:51.547679+0000 mgr.smithi078.lrdjax (mgr.14180) 748 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:53.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:51.547679+0000 mgr.smithi078.lrdjax (mgr.14180) 748 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:54.270 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:54.270 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:54.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:53.448623+0000 mgr.smithi078.lrdjax (mgr.14180) 749 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:54.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:54.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:53.448623+0000 mgr.smithi078.lrdjax (mgr.14180) 749 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:55.644 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:55.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:54.266995+0000 mgr.smithi078.lrdjax (mgr.14180) 750 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:55.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:54.266995+0000 mgr.smithi078.lrdjax (mgr.14180) 750 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:56.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:55.449364+0000 mgr.smithi078.lrdjax (mgr.14180) 751 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:56.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:55.449364+0000 mgr.smithi078.lrdjax (mgr.14180) 751 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:56.988 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:56.988 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:11:57.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:11:57.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:56.984128+0000 mgr.smithi078.lrdjax (mgr.14180) 752 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:57.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:11:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:57.449969+0000 mgr.smithi078.lrdjax (mgr.14180) 753 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:57.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:56.984128+0000 mgr.smithi078.lrdjax (mgr.14180) 752 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:11:57.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:11:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:57.449969+0000 mgr.smithi078.lrdjax (mgr.14180) 753 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:11:58.361 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:11:59.746 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:11:59.746 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:00.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:11:59.450663+0000 mgr.smithi078.lrdjax (mgr.14180) 754 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:11:59.450663+0000 mgr.smithi078.lrdjax (mgr.14180) 754 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:01.126 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:01.787 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:11:59.742448+0000 mgr.smithi078.lrdjax (mgr.14180) 755 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:01.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:11:59.742448+0000 mgr.smithi078.lrdjax (mgr.14180) 755 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:02.496 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:02.496 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:02.824 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:01.451192+0000 mgr.smithi078.lrdjax (mgr.14180) 756 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:02.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:02.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:01.451192+0000 mgr.smithi078.lrdjax (mgr.14180) 756 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:03.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:02.492625+0000 mgr.smithi078.lrdjax (mgr.14180) 757 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:03.885 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:03.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:02.492625+0000 mgr.smithi078.lrdjax (mgr.14180) 757 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:04.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:03.451872+0000 mgr.smithi078.lrdjax (mgr.14180) 758 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:04.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:03.451872+0000 mgr.smithi078.lrdjax (mgr.14180) 758 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:05.253 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:05.254 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:05.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:05.250174+0000 mgr.smithi078.lrdjax (mgr.14180) 759 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:05.452532+0000 mgr.smithi078.lrdjax (mgr.14180) 760 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:05.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:05.250174+0000 mgr.smithi078.lrdjax (mgr.14180) 759 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:05.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:05.452532+0000 mgr.smithi078.lrdjax (mgr.14180) 760 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:06.635 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:07.959 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:07.959 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:08.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:08.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:07.453320+0000 mgr.smithi078.lrdjax (mgr.14180) 761 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:08.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:07.453320+0000 mgr.smithi078.lrdjax (mgr.14180) 761 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:09.333 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:09.685 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:07.955596+0000 mgr.smithi078.lrdjax (mgr.14180) 762 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:09.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:07.955596+0000 mgr.smithi078.lrdjax (mgr.14180) 762 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:10.718 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:10.718 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:10.743 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:09.453902+0000 mgr.smithi078.lrdjax (mgr.14180) 763 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:10.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:09.453902+0000 mgr.smithi078.lrdjax (mgr.14180) 763 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:11.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:12.092 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:12.760 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:10.713915+0000 mgr.smithi078.lrdjax (mgr.14180) 764 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:12.761 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:11.454652+0000 mgr.smithi078.lrdjax (mgr.14180) 765 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:12.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:10.713915+0000 mgr.smithi078.lrdjax (mgr.14180) 764 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:12.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:11.454652+0000 mgr.smithi078.lrdjax (mgr.14180) 765 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:13.492 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:13.493 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:13.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:14.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:13.455235+0000 mgr.smithi078.lrdjax (mgr.14180) 766 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:14.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:13.489236+0000 mgr.smithi078.lrdjax (mgr.14180) 767 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:14.878 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:14.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:13.455235+0000 mgr.smithi078.lrdjax (mgr.14180) 766 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:14.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:13.489236+0000 mgr.smithi078.lrdjax (mgr.14180) 767 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:15.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:15.455942+0000 mgr.smithi078.lrdjax (mgr.14180) 768 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:15.455942+0000 mgr.smithi078.lrdjax (mgr.14180) 768 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:16.244 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:16.244 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:16.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:16.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:16.240525+0000 mgr.smithi078.lrdjax (mgr.14180) 769 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:16.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:16.240525+0000 mgr.smithi078.lrdjax (mgr.14180) 769 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:17.611 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:17.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:17.456647+0000 mgr.smithi078.lrdjax (mgr.14180) 770 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:17.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:17.456647+0000 mgr.smithi078.lrdjax (mgr.14180) 770 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:18.977 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:18.978 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:19.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:20.382 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:20.759 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:18.974232+0000 mgr.smithi078.lrdjax (mgr.14180) 771 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:20.759 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:19.457190+0000 mgr.smithi078.lrdjax (mgr.14180) 772 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:20.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:18.974232+0000 mgr.smithi078.lrdjax (mgr.14180) 771 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:20.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:19.457190+0000 mgr.smithi078.lrdjax (mgr.14180) 772 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:21.701 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:21.702 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:22.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:22.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:21.457724+0000 mgr.smithi078.lrdjax (mgr.14180) 773 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:22.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:21.457724+0000 mgr.smithi078.lrdjax (mgr.14180) 773 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:23.066 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:23.676 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:21.697958+0000 mgr.smithi078.lrdjax (mgr.14180) 774 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:23.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:21.697958+0000 mgr.smithi078.lrdjax (mgr.14180) 774 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:24.397 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:24.397 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:24.696 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:23.458356+0000 mgr.smithi078.lrdjax (mgr.14180) 775 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:24.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:24.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:24 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:23.458356+0000 mgr.smithi078.lrdjax (mgr.14180) 775 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:25.716 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:25.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:24.393083+0000 mgr.smithi078.lrdjax (mgr.14180) 776 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:25.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:25.459148+0000 mgr.smithi078.lrdjax (mgr.14180) 777 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:25.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:24.393083+0000 mgr.smithi078.lrdjax (mgr.14180) 776 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:25.459148+0000 mgr.smithi078.lrdjax (mgr.14180) 777 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:27.051 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:27.051 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:27.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:28.432 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:28.791 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:27.047365+0000 mgr.smithi078.lrdjax (mgr.14180) 778 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:28.791 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:27.459756+0000 mgr.smithi078.lrdjax (mgr.14180) 779 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:28.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:27.047365+0000 mgr.smithi078.lrdjax (mgr.14180) 778 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:28.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:27.459756+0000 mgr.smithi078.lrdjax (mgr.14180) 779 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:29.774 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:29.775 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:30.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:30.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:29.460386+0000 mgr.smithi078.lrdjax (mgr.14180) 780 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:30.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:29.460386+0000 mgr.smithi078.lrdjax (mgr.14180) 780 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:31.165 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:31.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:29.771508+0000 mgr.smithi078.lrdjax (mgr.14180) 781 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:31.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:29.771508+0000 mgr.smithi078.lrdjax (mgr.14180) 781 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:32.517 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:32.517 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:32.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:31.461023+0000 mgr.smithi078.lrdjax (mgr.14180) 782 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:32.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:32.513391+0000 mgr.smithi078.lrdjax (mgr.14180) 783 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:32.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:32.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:31.461023+0000 mgr.smithi078.lrdjax (mgr.14180) 782 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:32.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:32.513391+0000 mgr.smithi078.lrdjax (mgr.14180) 783 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:33.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:33.461792+0000 mgr.smithi078.lrdjax (mgr.14180) 784 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:33.890 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:33.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:33.461792+0000 mgr.smithi078.lrdjax (mgr.14180) 784 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:35.266 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:35.266 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:35.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:36.697 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:36.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:35.262356+0000 mgr.smithi078.lrdjax (mgr.14180) 785 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:36.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:35.462482+0000 mgr.smithi078.lrdjax (mgr.14180) 786 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:36.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:35.262356+0000 mgr.smithi078.lrdjax (mgr.14180) 785 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:36.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:35.462482+0000 mgr.smithi078.lrdjax (mgr.14180) 786 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:38.066 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:38.066 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:38.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:38.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:37.463066+0000 mgr.smithi078.lrdjax (mgr.14180) 787 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:38.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:37.463066+0000 mgr.smithi078.lrdjax (mgr.14180) 787 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:39.438 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:39.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:38.062570+0000 mgr.smithi078.lrdjax (mgr.14180) 788 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:39.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:38.062570+0000 mgr.smithi078.lrdjax (mgr.14180) 788 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:40.809 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:40.809 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:40.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:39.463761+0000 mgr.smithi078.lrdjax (mgr.14180) 789 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:40.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:39.463761+0000 mgr.smithi078.lrdjax (mgr.14180) 789 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:41.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:41.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:40.805110+0000 mgr.smithi078.lrdjax (mgr.14180) 790 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:41.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:41.464490+0000 mgr.smithi078.lrdjax (mgr.14180) 791 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:41.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:40.805110+0000 mgr.smithi078.lrdjax (mgr.14180) 790 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:41.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:41.464490+0000 mgr.smithi078.lrdjax (mgr.14180) 791 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:42.181 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:43.558 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:43.558 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:43.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:44.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:43.465051+0000 mgr.smithi078.lrdjax (mgr.14180) 792 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:44.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:43.465051+0000 mgr.smithi078.lrdjax (mgr.14180) 792 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:44.936 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:45.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:43.554756+0000 mgr.smithi078.lrdjax (mgr.14180) 793 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:45.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:43.554756+0000 mgr.smithi078.lrdjax (mgr.14180) 793 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:46.331 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:46.331 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:46.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:45.465845+0000 mgr.smithi078.lrdjax (mgr.14180) 794 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:46.668 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:46.327690+0000 mgr.smithi078.lrdjax (mgr.14180) 795 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:46.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:46.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:45.465845+0000 mgr.smithi078.lrdjax (mgr.14180) 794 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:46.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:46.327690+0000 mgr.smithi078.lrdjax (mgr.14180) 795 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:47.713 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:47.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:47.466760+0000 mgr.smithi078.lrdjax (mgr.14180) 796 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:47.466760+0000 mgr.smithi078.lrdjax (mgr.14180) 796 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:49.097 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:49.098 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:49.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:50.462 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:50.804 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:49.094115+0000 mgr.smithi078.lrdjax (mgr.14180) 797 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:50.804 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:49.467542+0000 mgr.smithi078.lrdjax (mgr.14180) 798 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:50.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:49.094115+0000 mgr.smithi078.lrdjax (mgr.14180) 797 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:50.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:49.467542+0000 mgr.smithi078.lrdjax (mgr.14180) 798 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:51.801 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:51.802 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:52.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:52.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:51.468135+0000 mgr.smithi078.lrdjax (mgr.14180) 799 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:51.468135+0000 mgr.smithi078.lrdjax (mgr.14180) 799 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:12:53.203 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:53.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:51.798260+0000 mgr.smithi078.lrdjax (mgr.14180) 800 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:53.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:53.468692+0000 mgr.smithi078.lrdjax (mgr.14180) 801 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:51.798260+0000 mgr.smithi078.lrdjax (mgr.14180) 800 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:53.468692+0000 mgr.smithi078.lrdjax (mgr.14180) 801 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:54.610 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:54.610 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:54.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:55.985 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:56.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:54.606263+0000 mgr.smithi078.lrdjax (mgr.14180) 802 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:56.664 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:55.469341+0000 mgr.smithi078.lrdjax (mgr.14180) 803 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:56.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:54.606263+0000 mgr.smithi078.lrdjax (mgr.14180) 802 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:56.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:55.469341+0000 mgr.smithi078.lrdjax (mgr.14180) 803 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:57.381 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:12:57.381 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:12:57.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:12:58.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:12:57.377498+0000 mgr.smithi078.lrdjax (mgr.14180) 804 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:58.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:12:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:57.469957+0000 mgr.smithi078.lrdjax (mgr.14180) 805 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:12:58.846 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:12:58.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:12:57.377498+0000 mgr.smithi078.lrdjax (mgr.14180) 804 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:12:58.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:12:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:57.469957+0000 mgr.smithi078.lrdjax (mgr.14180) 805 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:00.299 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:00.299 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:00.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:12:59.470582+0000 mgr.smithi078.lrdjax (mgr.14180) 806 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:00.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:12:59.470582+0000 mgr.smithi078.lrdjax (mgr.14180) 806 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:01.685 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:01.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:00.295108+0000 mgr.smithi078.lrdjax (mgr.14180) 807 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:00.295108+0000 mgr.smithi078.lrdjax (mgr.14180) 807 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:02.688 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:01.471152+0000 mgr.smithi078.lrdjax (mgr.14180) 808 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:02.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:01.471152+0000 mgr.smithi078.lrdjax (mgr.14180) 808 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:03.069 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:03.070 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:03.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:03.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:03.065955+0000 mgr.smithi078.lrdjax (mgr.14180) 809 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:03.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:03.471782+0000 mgr.smithi078.lrdjax (mgr.14180) 810 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:03.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:03.065955+0000 mgr.smithi078.lrdjax (mgr.14180) 809 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:03.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:03.471782+0000 mgr.smithi078.lrdjax (mgr.14180) 810 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:04.451 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:05.795 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:05.795 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:06.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:06.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:05.472514+0000 mgr.smithi078.lrdjax (mgr.14180) 811 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:06.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:05.472514+0000 mgr.smithi078.lrdjax (mgr.14180) 811 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:07.169 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:07.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:05.791230+0000 mgr.smithi078.lrdjax (mgr.14180) 812 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:07.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:05.791230+0000 mgr.smithi078.lrdjax (mgr.14180) 812 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:08.514 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:08.515 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:08.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:07.473209+0000 mgr.smithi078.lrdjax (mgr.14180) 813 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:08.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:07.473209+0000 mgr.smithi078.lrdjax (mgr.14180) 813 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:08.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:09.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:08.510631+0000 mgr.smithi078.lrdjax (mgr.14180) 814 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:09.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:08.510631+0000 mgr.smithi078.lrdjax (mgr.14180) 814 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:09.908 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:10.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:09.474011+0000 mgr.smithi078.lrdjax (mgr.14180) 815 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:10.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:09.474011+0000 mgr.smithi078.lrdjax (mgr.14180) 815 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:11.254 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:11.254 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:11.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:11.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:11.250732+0000 mgr.smithi078.lrdjax (mgr.14180) 816 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:11.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:11.474514+0000 mgr.smithi078.lrdjax (mgr.14180) 817 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:11.250732+0000 mgr.smithi078.lrdjax (mgr.14180) 816 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:11.474514+0000 mgr.smithi078.lrdjax (mgr.14180) 817 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:12.644 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:13.935 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:13.935 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:14.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:14.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:13.475119+0000 mgr.smithi078.lrdjax (mgr.14180) 818 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:14.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:13.475119+0000 mgr.smithi078.lrdjax (mgr.14180) 818 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:15.325 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:15.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:13.931221+0000 mgr.smithi078.lrdjax (mgr.14180) 819 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:15.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:15.475767+0000 mgr.smithi078.lrdjax (mgr.14180) 820 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:13.931221+0000 mgr.smithi078.lrdjax (mgr.14180) 819 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:15.475767+0000 mgr.smithi078.lrdjax (mgr.14180) 820 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:16.754 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:16.755 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:17.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:16.749858+0000 mgr.smithi078.lrdjax (mgr.14180) 821 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:17.476546+0000 mgr.smithi078.lrdjax (mgr.14180) 822 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:18.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:16.749858+0000 mgr.smithi078.lrdjax (mgr.14180) 821 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:18.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:17.476546+0000 mgr.smithi078.lrdjax (mgr.14180) 822 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:18.126 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:19.478 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:19.478 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:05:44.256415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.brbmni on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:19.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:20.792 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:19.474231+0000 mgr.smithi078.lrdjax (mgr.14180) 823 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:20.792 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:19.477117+0000 mgr.smithi078.lrdjax (mgr.14180) 824 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:20.865 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:20.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:19.474231+0000 mgr.smithi078.lrdjax (mgr.14180) 823 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:20.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:19.477117+0000 mgr.smithi078.lrdjax (mgr.14180) 824 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:21.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:20.792531+0000 mon.smithi078 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.bwcdij"}]: dispatch 2023-12-25T21:13:21.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:20.792531+0000 mon.smithi078 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.bwcdij"}]: dispatch 2023-12-25T21:13:22.283 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:22.283 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:22.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:13:20.791911+0000 mgr.smithi078.lrdjax (mgr.14180) 825 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.bwcdij ... 2023-12-25T21:13:22.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:11:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:12:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:12:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Traceback (most recent call last): 2023-12-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: yield (conn, connr) 2023-12-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: code, '\n'.join(err))) 2023-12-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.580 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.bwcdij ... 2023-12-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:11:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:12:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:12:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:13:20.792174+0000 mgr.smithi078.lrdjax (mgr.14180) 826 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:13:20.793259+0000 mgr.smithi078.lrdjax (mgr.14180) 827 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.581 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.bwcdij ... 2023-12-25T21:13:22.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:13:22.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:11:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:12:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:12:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:13:22.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:13:20.794940+0000 mgr.smithi078.lrdjax (mgr.14180) 828 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.viqpuc on smithi078 2023-12-25T21:13:22.582 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:21.477618+0000 mgr.smithi078.lrdjax (mgr.14180) 829 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:22.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:22.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:13:20.791911+0000 mgr.smithi078.lrdjax (mgr.14180) 825 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.bwcdij ... 2023-12-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:11:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:12:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:12:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Traceback (most recent call last): 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: yield (conn, connr) 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: code, '\n'.join(err))) 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.bwcdij ... 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:11:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:12:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:12:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:13:20.792174+0000 mgr.smithi078.lrdjax (mgr.14180) 826 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:13:20.793259+0000 mgr.smithi078.lrdjax (mgr.14180) 827 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij 2023-12-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij 2023-12-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.bwcdij ... 2023-12-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:11:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:12:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:12:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:13:22.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:13:22.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:13:22.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:13:20.794940+0000 mgr.smithi078.lrdjax (mgr.14180) 828 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.viqpuc on smithi078 2023-12-25T21:13:22.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:21.477618+0000 mgr.smithi078.lrdjax (mgr.14180) 829 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:23.667 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:23.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:22.278903+0000 mgr.smithi078.lrdjax (mgr.14180) 830 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:23.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:22.278903+0000 mgr.smithi078.lrdjax (mgr.14180) 830 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:24.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:23.478455+0000 mgr.smithi078.lrdjax (mgr.14180) 831 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:24.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:24 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:23.478455+0000 mgr.smithi078.lrdjax (mgr.14180) 831 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:24.993 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:24.993 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:25.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:25.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:24.989928+0000 mgr.smithi078.lrdjax (mgr.14180) 832 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:25.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:25.479127+0000 mgr.smithi078.lrdjax (mgr.14180) 833 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:24.989928+0000 mgr.smithi078.lrdjax (mgr.14180) 832 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:25.479127+0000 mgr.smithi078.lrdjax (mgr.14180) 833 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:26.373 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:27.721 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:27.721 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:27.750 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:27.479795+0000 mgr.smithi078.lrdjax (mgr.14180) 834 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:27.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:27.479795+0000 mgr.smithi078.lrdjax (mgr.14180) 834 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:28.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:28.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:27.716593+0000 mgr.smithi078.lrdjax (mgr.14180) 835 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:29.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:27.716593+0000 mgr.smithi078.lrdjax (mgr.14180) 835 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:29.148 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:30.492 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:30.492 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:30.820 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:29.480411+0000 mgr.smithi078.lrdjax (mgr.14180) 836 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:30.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:30.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:29.480411+0000 mgr.smithi078.lrdjax (mgr.14180) 836 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:31.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:30.488011+0000 mgr.smithi078.lrdjax (mgr.14180) 837 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:31.872 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:31.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:30.488011+0000 mgr.smithi078.lrdjax (mgr.14180) 837 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:32.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:31.480987+0000 mgr.smithi078.lrdjax (mgr.14180) 838 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:32.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:31.480987+0000 mgr.smithi078.lrdjax (mgr.14180) 838 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:33.266 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:33.266 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:33.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:33.261283+0000 mgr.smithi078.lrdjax (mgr.14180) 839 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:33.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:33.481586+0000 mgr.smithi078.lrdjax (mgr.14180) 840 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:33.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:33.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:33.261283+0000 mgr.smithi078.lrdjax (mgr.14180) 839 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:33.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:33.481586+0000 mgr.smithi078.lrdjax (mgr.14180) 840 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:34.581 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:35.965 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:35.965 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:36.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:36.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:35.482296+0000 mgr.smithi078.lrdjax (mgr.14180) 841 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:36.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:35.482296+0000 mgr.smithi078.lrdjax (mgr.14180) 841 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:37.340 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:37.698 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:35.961599+0000 mgr.smithi078.lrdjax (mgr.14180) 842 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:37.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:35.961599+0000 mgr.smithi078.lrdjax (mgr.14180) 842 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:38.753 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:38.753 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:38.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:37.482997+0000 mgr.smithi078.lrdjax (mgr.14180) 843 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:38.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:37.482997+0000 mgr.smithi078.lrdjax (mgr.14180) 843 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:39.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:40.180 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:40.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:38.749568+0000 mgr.smithi078.lrdjax (mgr.14180) 844 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:40.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:39.483705+0000 mgr.smithi078.lrdjax (mgr.14180) 845 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:40.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:38.749568+0000 mgr.smithi078.lrdjax (mgr.14180) 844 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:40.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:39.483705+0000 mgr.smithi078.lrdjax (mgr.14180) 845 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:41.582 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:41.583 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:41.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:41.484252+0000 mgr.smithi078.lrdjax (mgr.14180) 846 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:42.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:41.484252+0000 mgr.smithi078.lrdjax (mgr.14180) 846 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:42.962 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:43.574 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:41.578697+0000 mgr.smithi078.lrdjax (mgr.14180) 847 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:43.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:41.578697+0000 mgr.smithi078.lrdjax (mgr.14180) 847 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:44.307 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:44.307 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:44.618 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:43.484862+0000 mgr.smithi078.lrdjax (mgr.14180) 848 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:44.619 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:44.303289+0000 mgr.smithi078.lrdjax (mgr.14180) 849 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:44.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:44.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:43.484862+0000 mgr.smithi078.lrdjax (mgr.14180) 848 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:44.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:44.303289+0000 mgr.smithi078.lrdjax (mgr.14180) 849 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:45.679 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:45.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:45.485782+0000 mgr.smithi078.lrdjax (mgr.14180) 850 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:45.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:45.485782+0000 mgr.smithi078.lrdjax (mgr.14180) 850 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:47.016 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:47.016 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:47.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:47.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:47.012102+0000 mgr.smithi078.lrdjax (mgr.14180) 851 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:47.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:47.486473+0000 mgr.smithi078.lrdjax (mgr.14180) 852 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:47.012102+0000 mgr.smithi078.lrdjax (mgr.14180) 851 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:47.486473+0000 mgr.smithi078.lrdjax (mgr.14180) 852 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:48.413 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:49.784 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:49.785 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:50.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:50.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:49.487153+0000 mgr.smithi078.lrdjax (mgr.14180) 853 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:50.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:49.487153+0000 mgr.smithi078.lrdjax (mgr.14180) 853 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:51.162 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:51.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:49.780416+0000 mgr.smithi078.lrdjax (mgr.14180) 854 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:51.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:49.780416+0000 mgr.smithi078.lrdjax (mgr.14180) 854 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:52.538 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:52.539 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:52.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:51.487729+0000 mgr.smithi078.lrdjax (mgr.14180) 855 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:52.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:52.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:51.487729+0000 mgr.smithi078.lrdjax (mgr.14180) 855 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:13:53.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:52.534584+0000 mgr.smithi078.lrdjax (mgr.14180) 856 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:53.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:53.488591+0000 mgr.smithi078.lrdjax (mgr.14180) 857 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:53.870 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:53.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:52.534584+0000 mgr.smithi078.lrdjax (mgr.14180) 856 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:53.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:53.488591+0000 mgr.smithi078.lrdjax (mgr.14180) 857 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:55.222 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:55.222 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:55.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:56.603 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:13:56.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:55.218794+0000 mgr.smithi078.lrdjax (mgr.14180) 858 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:56.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:55.489446+0000 mgr.smithi078.lrdjax (mgr.14180) 859 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:56.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:55.218794+0000 mgr.smithi078.lrdjax (mgr.14180) 858 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:56.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:55.489446+0000 mgr.smithi078.lrdjax (mgr.14180) 859 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:57.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:57.490085+0000 mgr.smithi078.lrdjax (mgr.14180) 860 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:57.939 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:13:57.939 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:13:57.965 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:57.490085+0000 mgr.smithi078.lrdjax (mgr.14180) 860 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:13:58.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:13:58.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:13:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:13:57.935939+0000 mgr.smithi078.lrdjax (mgr.14180) 861 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:59.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:13:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:13:57.935939+0000 mgr.smithi078.lrdjax (mgr.14180) 861 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:13:59.319 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:00.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:13:59.490716+0000 mgr.smithi078.lrdjax (mgr.14180) 862 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:00.648 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:00.648 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:13:59.490716+0000 mgr.smithi078.lrdjax (mgr.14180) 862 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:01.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:02.044 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:02.680 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:00.644844+0000 mgr.smithi078.lrdjax (mgr.14180) 863 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:02.680 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:01.491262+0000 mgr.smithi078.lrdjax (mgr.14180) 864 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:02.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:00.644844+0000 mgr.smithi078.lrdjax (mgr.14180) 863 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:02.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:01.491262+0000 mgr.smithi078.lrdjax (mgr.14180) 864 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:03.404 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:03.404 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:03.774 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:03.400200+0000 mgr.smithi078.lrdjax (mgr.14180) 865 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:03.774 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:03.492040+0000 mgr.smithi078.lrdjax (mgr.14180) 866 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:03.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:03.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:03.400200+0000 mgr.smithi078.lrdjax (mgr.14180) 865 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:03.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:03.492040+0000 mgr.smithi078.lrdjax (mgr.14180) 866 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:04.843 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:06.237 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:06.237 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:06.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:06.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:05.492794+0000 mgr.smithi078.lrdjax (mgr.14180) 867 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:06.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:05.492794+0000 mgr.smithi078.lrdjax (mgr.14180) 867 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:07.660 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:07.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:06.233366+0000 mgr.smithi078.lrdjax (mgr.14180) 868 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:07.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:06.233366+0000 mgr.smithi078.lrdjax (mgr.14180) 868 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:08.663 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:07.493718+0000 mgr.smithi078.lrdjax (mgr.14180) 869 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:08.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:07.493718+0000 mgr.smithi078.lrdjax (mgr.14180) 869 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:09.019 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:09.019 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:09.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:10.401 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:10.762 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:09.015440+0000 mgr.smithi078.lrdjax (mgr.14180) 870 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:10.762 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:09.494363+0000 mgr.smithi078.lrdjax (mgr.14180) 871 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:10.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:09.015440+0000 mgr.smithi078.lrdjax (mgr.14180) 870 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:10.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:09.494363+0000 mgr.smithi078.lrdjax (mgr.14180) 871 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:11.760 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:11.760 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:11.781 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:11.494891+0000 mgr.smithi078.lrdjax (mgr.14180) 872 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:11.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:11.494891+0000 mgr.smithi078.lrdjax (mgr.14180) 872 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:12.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:12.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:11.756554+0000 mgr.smithi078.lrdjax (mgr.14180) 873 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:13.043 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:11.756554+0000 mgr.smithi078.lrdjax (mgr.14180) 873 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:13.127 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:13.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:13.495529+0000 mgr.smithi078.lrdjax (mgr.14180) 874 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:13.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:13.495529+0000 mgr.smithi078.lrdjax (mgr.14180) 874 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:14.468 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:14.469 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:14.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:15.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:14.465191+0000 mgr.smithi078.lrdjax (mgr.14180) 875 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:15.845 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:14.465191+0000 mgr.smithi078.lrdjax (mgr.14180) 875 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:16.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:15.496249+0000 mgr.smithi078.lrdjax (mgr.14180) 876 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:16.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:15.496249+0000 mgr.smithi078.lrdjax (mgr.14180) 876 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:17.253 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:17.254 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:17.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:17.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:17.250200+0000 mgr.smithi078.lrdjax (mgr.14180) 877 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:17.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:17.497004+0000 mgr.smithi078.lrdjax (mgr.14180) 878 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:17.250200+0000 mgr.smithi078.lrdjax (mgr.14180) 877 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:17.497004+0000 mgr.smithi078.lrdjax (mgr.14180) 878 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:18.666 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:20.045 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:20.045 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:20.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:20.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:19.497564+0000 mgr.smithi078.lrdjax (mgr.14180) 879 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:20.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:19.497564+0000 mgr.smithi078.lrdjax (mgr.14180) 879 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:21.426 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:21.767 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:20.040889+0000 mgr.smithi078.lrdjax (mgr.14180) 880 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:21.767 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:21.498149+0000 mgr.smithi078.lrdjax (mgr.14180) 881 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:20.040889+0000 mgr.smithi078.lrdjax (mgr.14180) 880 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:21.498149+0000 mgr.smithi078.lrdjax (mgr.14180) 881 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:22.787 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:22.787 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:23.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:23.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:22.783108+0000 mgr.smithi078.lrdjax (mgr.14180) 882 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:23.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:23.499040+0000 mgr.smithi078.lrdjax (mgr.14180) 883 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:24.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:22.783108+0000 mgr.smithi078.lrdjax (mgr.14180) 882 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:24.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:23.499040+0000 mgr.smithi078.lrdjax (mgr.14180) 883 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:24.175 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:25.488 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:25.489 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:25.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:25.484685+0000 mgr.smithi078.lrdjax (mgr.14180) 884 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:25.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:25.499670+0000 mgr.smithi078.lrdjax (mgr.14180) 885 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:25.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:25.484685+0000 mgr.smithi078.lrdjax (mgr.14180) 884 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:25.499670+0000 mgr.smithi078.lrdjax (mgr.14180) 885 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:26.874 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:27.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:27.500385+0000 mgr.smithi078.lrdjax (mgr.14180) 886 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:27.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:27.500385+0000 mgr.smithi078.lrdjax (mgr.14180) 886 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:28.285 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:28.285 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:28.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:28.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:28.281740+0000 mgr.smithi078.lrdjax (mgr.14180) 887 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:29.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:28.281740+0000 mgr.smithi078.lrdjax (mgr.14180) 887 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:29.683 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:29.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:29.500978+0000 mgr.smithi078.lrdjax (mgr.14180) 888 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:30.067 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:29.500978+0000 mgr.smithi078.lrdjax (mgr.14180) 888 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:31.097 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:31.098 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:31.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:31.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:31.094098+0000 mgr.smithi078.lrdjax (mgr.14180) 889 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:31.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:31.501654+0000 mgr.smithi078.lrdjax (mgr.14180) 890 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:31.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:31.094098+0000 mgr.smithi078.lrdjax (mgr.14180) 889 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:31.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:31.501654+0000 mgr.smithi078.lrdjax (mgr.14180) 890 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:32.474 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:33.759 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:33.759 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:33.782 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:33.502215+0000 mgr.smithi078.lrdjax (mgr.14180) 891 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:33.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:33.502215+0000 mgr.smithi078.lrdjax (mgr.14180) 891 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:34.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:34.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:33.754855+0000 mgr.smithi078.lrdjax (mgr.14180) 892 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:35.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:33.754855+0000 mgr.smithi078.lrdjax (mgr.14180) 892 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:35.182 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:35.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:35.503046+0000 mgr.smithi078.lrdjax (mgr.14180) 893 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:35.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:35.503046+0000 mgr.smithi078.lrdjax (mgr.14180) 893 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:36.519 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:36.520 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:36.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:36.515439+0000 mgr.smithi078.lrdjax (mgr.14180) 894 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:36.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:36.515439+0000 mgr.smithi078.lrdjax (mgr.14180) 894 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:36.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:37.503628+0000 mgr.smithi078.lrdjax (mgr.14180) 895 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:37.897 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:37.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:37.503628+0000 mgr.smithi078.lrdjax (mgr.14180) 895 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:39.260 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:39.261 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:39.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:39.257081+0000 mgr.smithi078.lrdjax (mgr.14180) 896 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:39.504473+0000 mgr.smithi078.lrdjax (mgr.14180) 897 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:40.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:39.257081+0000 mgr.smithi078.lrdjax (mgr.14180) 896 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:40.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:39.504473+0000 mgr.smithi078.lrdjax (mgr.14180) 897 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:40.699 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:41.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:41.505148+0000 mgr.smithi078.lrdjax (mgr.14180) 898 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:41.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:41.505148+0000 mgr.smithi078.lrdjax (mgr.14180) 898 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:42.098 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:42.099 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:42.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:42.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:42.095162+0000 mgr.smithi078.lrdjax (mgr.14180) 899 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:42.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:42.095162+0000 mgr.smithi078.lrdjax (mgr.14180) 899 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:43.530 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:43.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:43.505795+0000 mgr.smithi078.lrdjax (mgr.14180) 900 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:43.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:43.505795+0000 mgr.smithi078.lrdjax (mgr.14180) 900 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:44.935 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:44.935 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:45.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:45.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:44.931724+0000 mgr.smithi078.lrdjax (mgr.14180) 901 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:45.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:45.506506+0000 mgr.smithi078.lrdjax (mgr.14180) 902 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:44.931724+0000 mgr.smithi078.lrdjax (mgr.14180) 901 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:45.506506+0000 mgr.smithi078.lrdjax (mgr.14180) 902 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:46.321 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:47.734 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:47.734 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:47.755 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:47.507161+0000 mgr.smithi078.lrdjax (mgr.14180) 903 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:47.507161+0000 mgr.smithi078.lrdjax (mgr.14180) 903 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:48.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:48.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:47.730388+0000 mgr.smithi078.lrdjax (mgr.14180) 904 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:49.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:47.730388+0000 mgr.smithi078.lrdjax (mgr.14180) 904 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:49.104 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:49.757 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:49.507802+0000 mgr.smithi078.lrdjax (mgr.14180) 905 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:49.507802+0000 mgr.smithi078.lrdjax (mgr.14180) 905 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:50.524 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:50.524 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:50.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:50.520614+0000 mgr.smithi078.lrdjax (mgr.14180) 906 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:50.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:50.520614+0000 mgr.smithi078.lrdjax (mgr.14180) 906 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:50.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:51.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:51.508560+0000 mgr.smithi078.lrdjax (mgr.14180) 907 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:51.904 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:51.939 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:51.508560+0000 mgr.smithi078.lrdjax (mgr.14180) 907 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:14:53.267 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:53.267 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:53.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:53.263313+0000 mgr.smithi078.lrdjax (mgr.14180) 908 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:53.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:53.509206+0000 mgr.smithi078.lrdjax (mgr.14180) 909 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:54.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:53.263313+0000 mgr.smithi078.lrdjax (mgr.14180) 908 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:54.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:53.509206+0000 mgr.smithi078.lrdjax (mgr.14180) 909 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:54.671 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:55.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:55.509808+0000 mgr.smithi078.lrdjax (mgr.14180) 910 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:55.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:55.509808+0000 mgr.smithi078.lrdjax (mgr.14180) 910 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:55.957 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:55.957 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:56.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:56.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:55.953648+0000 mgr.smithi078.lrdjax (mgr.14180) 911 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:56.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:55.953648+0000 mgr.smithi078.lrdjax (mgr.14180) 911 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:57.345 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:14:57.704 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:57.510502+0000 mgr.smithi078.lrdjax (mgr.14180) 912 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:57.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:57.510502+0000 mgr.smithi078.lrdjax (mgr.14180) 912 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:14:58.677 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:14:58.677 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:14:59.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:14:59.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:14:58.672268+0000 mgr.smithi078.lrdjax (mgr.14180) 913 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:14:59.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:14:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:14:59.511123+0000 mgr.smithi078.lrdjax (mgr.14180) 914 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:00.011 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:00.039 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:14:58.672268+0000 mgr.smithi078.lrdjax (mgr.14180) 913 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:00.039 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:14:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:14:59.511123+0000 mgr.smithi078.lrdjax (mgr.14180) 914 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:01.346 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:01.346 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:01.658 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:01.342031+0000 mgr.smithi078.lrdjax (mgr.14180) 915 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:01.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:01.511631+0000 mgr.smithi078.lrdjax (mgr.14180) 916 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:15:01.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:01.342031+0000 mgr.smithi078.lrdjax (mgr.14180) 915 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:01.511631+0000 mgr.smithi078.lrdjax (mgr.14180) 916 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:15:02.729 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:03.689 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:03.512420+0000 mgr.smithi078.lrdjax (mgr.14180) 917 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:03.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:03.512420+0000 mgr.smithi078.lrdjax (mgr.14180) 917 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:04.045 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:04.045 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:04.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:04.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:04.041791+0000 mgr.smithi078.lrdjax (mgr.14180) 918 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:04.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:04.041791+0000 mgr.smithi078.lrdjax (mgr.14180) 918 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:05.427 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:05.786 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:05.513193+0000 mgr.smithi078.lrdjax (mgr.14180) 919 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:05.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:05.513193+0000 mgr.smithi078.lrdjax (mgr.14180) 919 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:06.798 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:06.798 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:07.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:07.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:06.794449+0000 mgr.smithi078.lrdjax (mgr.14180) 920 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:07.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:07.513805+0000 mgr.smithi078.lrdjax (mgr.14180) 921 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:08.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:06.794449+0000 mgr.smithi078.lrdjax (mgr.14180) 920 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:08.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:07.513805+0000 mgr.smithi078.lrdjax (mgr.14180) 921 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:08.193 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:09.536 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:09.537 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:09.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:09.514521+0000 mgr.smithi078.lrdjax (mgr.14180) 922 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:09.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:09.532931+0000 mgr.smithi078.lrdjax (mgr.14180) 923 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:09.514521+0000 mgr.smithi078.lrdjax (mgr.14180) 922 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:09.532931+0000 mgr.smithi078.lrdjax (mgr.14180) 923 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:09.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:10.917 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:11.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:11.515116+0000 mgr.smithi078.lrdjax (mgr.14180) 924 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:15:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:11.515116+0000 mgr.smithi078.lrdjax (mgr.14180) 924 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:15:12.327 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:12.327 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:12.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:12.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:12.323033+0000 mgr.smithi078.lrdjax (mgr.14180) 925 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:13.043 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:12.323033+0000 mgr.smithi078.lrdjax (mgr.14180) 925 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:13.693 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:13.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:13.515824+0000 mgr.smithi078.lrdjax (mgr.14180) 926 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:14.027 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:13.515824+0000 mgr.smithi078.lrdjax (mgr.14180) 926 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:15.034 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:15.034 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:15.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:15.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:15.030172+0000 mgr.smithi078.lrdjax (mgr.14180) 927 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:15.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:15.516510+0000 mgr.smithi078.lrdjax (mgr.14180) 928 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:15.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:15.030172+0000 mgr.smithi078.lrdjax (mgr.14180) 927 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:15.516510+0000 mgr.smithi078.lrdjax (mgr.14180) 928 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:16.409 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:17.779 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:17.779 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:17.804 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:17.517197+0000 mgr.smithi078.lrdjax (mgr.14180) 929 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:17.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:17.517197+0000 mgr.smithi078.lrdjax (mgr.14180) 929 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:18.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:18.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:17.775768+0000 mgr.smithi078.lrdjax (mgr.14180) 930 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:19.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:17.775768+0000 mgr.smithi078.lrdjax (mgr.14180) 930 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:19.160 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:19.794 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:19.517767+0000 mgr.smithi078.lrdjax (mgr.14180) 931 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:19.517767+0000 mgr.smithi078.lrdjax (mgr.14180) 931 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:20.547 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:20.547 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:20.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:20.543592+0000 mgr.smithi078.lrdjax (mgr.14180) 932 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:20.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:20.543592+0000 mgr.smithi078.lrdjax (mgr.14180) 932 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:20.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:21.518331+0000 mgr.smithi078.lrdjax (mgr.14180) 933 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:15:21.933 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:21.968 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:21.518331+0000 mgr.smithi078.lrdjax (mgr.14180) 933 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:15:23.335 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:23.335 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:23.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:23.330931+0000 mgr.smithi078.lrdjax (mgr.14180) 934 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:23.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:23.518950+0000 mgr.smithi078.lrdjax (mgr.14180) 935 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:23.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:23.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:23.330931+0000 mgr.smithi078.lrdjax (mgr.14180) 934 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:23.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:23.518950+0000 mgr.smithi078.lrdjax (mgr.14180) 935 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:24.716 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:25.744 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:25.519830+0000 mgr.smithi078.lrdjax (mgr.14180) 936 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:25.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:25.519830+0000 mgr.smithi078.lrdjax (mgr.14180) 936 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:26.096 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:26.096 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:26.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:26.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:26.092652+0000 mgr.smithi078.lrdjax (mgr.14180) 937 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:26.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:26.092652+0000 mgr.smithi078.lrdjax (mgr.14180) 937 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:27.474 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:27.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:27.520656+0000 mgr.smithi078.lrdjax (mgr.14180) 938 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:27.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:27.520656+0000 mgr.smithi078.lrdjax (mgr.14180) 938 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:28.854 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:28.854 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:29.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:29.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:28.850045+0000 mgr.smithi078.lrdjax (mgr.14180) 939 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:29.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:29.521456+0000 mgr.smithi078.lrdjax (mgr.14180) 940 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:30.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:28.850045+0000 mgr.smithi078.lrdjax (mgr.14180) 939 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:30.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:29.521456+0000 mgr.smithi078.lrdjax (mgr.14180) 940 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:30.215 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:31.577 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:31.577 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:31.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:31.521950+0000 mgr.smithi078.lrdjax (mgr.14180) 941 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:15:31.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:31.521950+0000 mgr.smithi078.lrdjax (mgr.14180) 941 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:15:31.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:32.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:31.573215+0000 mgr.smithi078.lrdjax (mgr.14180) 942 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:32.957 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:32.990 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:31.573215+0000 mgr.smithi078.lrdjax (mgr.14180) 942 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:33.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:33.522706+0000 mgr.smithi078.lrdjax (mgr.14180) 943 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:33.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:33.522706+0000 mgr.smithi078.lrdjax (mgr.14180) 943 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:34.274 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:34.274 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:34.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:34.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:34.270318+0000 mgr.smithi078.lrdjax (mgr.14180) 944 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:34.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:34.270318+0000 mgr.smithi078.lrdjax (mgr.14180) 944 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:35.649 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:35.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:35.523540+0000 mgr.smithi078.lrdjax (mgr.14180) 945 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:35.982 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:35.523540+0000 mgr.smithi078.lrdjax (mgr.14180) 945 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:36.995 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:36.996 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:37.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:36.992088+0000 mgr.smithi078.lrdjax (mgr.14180) 946 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:37.524441+0000 mgr.smithi078.lrdjax (mgr.14180) 947 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:38.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:36.992088+0000 mgr.smithi078.lrdjax (mgr.14180) 946 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:38.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:37.524441+0000 mgr.smithi078.lrdjax (mgr.14180) 947 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:38.364 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:39.676 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:39.676 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:39.525099+0000 mgr.smithi078.lrdjax (mgr.14180) 948 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:39.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:39.525099+0000 mgr.smithi078.lrdjax (mgr.14180) 948 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:40.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:40.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:39.672406+0000 mgr.smithi078.lrdjax (mgr.14180) 949 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:41.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:39.672406+0000 mgr.smithi078.lrdjax (mgr.14180) 949 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:41.099 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:41.733 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:41.525604+0000 mgr.smithi078.lrdjax (mgr.14180) 950 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:15:41.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:41.525604+0000 mgr.smithi078.lrdjax (mgr.14180) 950 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:15:42.424 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:42.424 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:42.736 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:42.420351+0000 mgr.smithi078.lrdjax (mgr.14180) 951 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:42.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:42.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:42.420351+0000 mgr.smithi078.lrdjax (mgr.14180) 951 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:43.797 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:43.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:43.526362+0000 mgr.smithi078.lrdjax (mgr.14180) 952 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:44.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:43.526362+0000 mgr.smithi078.lrdjax (mgr.14180) 952 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:45.135 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:45.135 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:45.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:45.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:45.130713+0000 mgr.smithi078.lrdjax (mgr.14180) 953 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:45.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:45.527195+0000 mgr.smithi078.lrdjax (mgr.14180) 954 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:45.130713+0000 mgr.smithi078.lrdjax (mgr.14180) 953 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:45.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:45.527195+0000 mgr.smithi078.lrdjax (mgr.14180) 954 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:46.522 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:47.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:47.527941+0000 mgr.smithi078.lrdjax (mgr.14180) 955 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:47.852 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:47.852 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:08:17.556210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.gdykcw on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-gdykcw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.gdykcw\nDeploy daemon haproxy.nfs.foo.smithi194.gdykcw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:06:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:07:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.704841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.nzybnw on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-nzybnw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.nzybnw\nDeploy daemon haproxy.nfs.foo.smithi078.nzybnw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:08:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:09:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:10:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:10:46.706030Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.vckpud on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:47.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:47.527941+0000 mgr.smithi078.lrdjax (mgr.14180) 955 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:48.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:48.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:47.849003+0000 mgr.smithi078.lrdjax (mgr.14180) 956 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:49.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:47.849003+0000 mgr.smithi078.lrdjax (mgr.14180) 956 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:49.239 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:49.865 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:49.528580+0000 mgr.smithi078.lrdjax (mgr.14180) 957 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:49.528580+0000 mgr.smithi078.lrdjax (mgr.14180) 957 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:15:50.587 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:50.587 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:50.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:15:49.971781+0000 mgr.smithi078.lrdjax (mgr.14180) 958 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi078.viqpuc ... 2023-12-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:13:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:14:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:15:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Traceback (most recent call last): 2023-12-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:15:50.893 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: yield (conn, connr) 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: code, '\n'.join(err))) 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi078.viqpuc ... 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:13:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:14:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:15:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:15:50.894 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:15:49.971954+0000 mgr.smithi078.lrdjax (mgr.14180) 959 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.897 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:49.972240+0000 mon.smithi078 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.viqpuc"}]: dispatch 2023-12-25T21:15:50.897 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:15:49.972776+0000 mgr.smithi078.lrdjax (mgr.14180) 960 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.897 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.897 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.897 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.897 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi078.viqpuc ... 2023-12-25T21:15:50.898 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.898 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:15:50.898 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:13:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.898 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:14:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:15:50.898 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:15:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.898 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:15:50.898 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.898 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:15:49.973968+0000 mgr.smithi078.lrdjax (mgr.14180) 961 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:15:50.899 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:15:49.974964+0000 mgr.smithi078.lrdjax (mgr.14180) 962 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:15:50.899 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:49.975623+0000 mgr.smithi078.lrdjax (mgr.14180) 963 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:15:50.899 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:50.410725+0000 mon.smithi078 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:15:50.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:15:49.971781+0000 mgr.smithi078.lrdjax (mgr.14180) 958 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi078.viqpuc ... 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:13:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:14:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:15:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Traceback (most recent call last): 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: yield (conn, connr) 2023-12-25T21:15:50.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:15:50.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: code, '\n'.join(err))) 2023-12-25T21:15:50.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi078.viqpuc ... 2023-12-25T21:15:50.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:15:50.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:13:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:14:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:15:50.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:15:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:15:49.971954+0000 mgr.smithi078.lrdjax (mgr.14180) 959 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:49.972240+0000 mon.smithi078 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi078.viqpuc"}]: dispatch 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:15:49.972776+0000 mgr.smithi078.lrdjax (mgr.14180) 960 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi078.viqpuc ... 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:13:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:14:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:15:50.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:15:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T21:15:50.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:15:50.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:15:50.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:15:49.973968+0000 mgr.smithi078.lrdjax (mgr.14180) 961 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:15:50.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:15:49.974964+0000 mgr.smithi078.lrdjax (mgr.14180) 962 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:15:50.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:49.975623+0000 mgr.smithi078.lrdjax (mgr.14180) 963 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:15:50.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:50.410725+0000 mon.smithi078 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:15:50.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:51.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:50.582578+0000 mgr.smithi078.lrdjax (mgr.14180) 964 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:51.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:50.611047+0000 mon.smithi078 (mon.0) 717 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:15:51.963 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:51.996 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:50.582578+0000 mgr.smithi078.lrdjax (mgr.14180) 964 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:51.997 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:50.611047+0000 mon.smithi078 (mon.0) 717 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:15:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:51.976346+0000 mgr.smithi078.lrdjax (mgr.14180) 965 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:15:52.948 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:51.976346+0000 mgr.smithi078.lrdjax (mgr.14180) 965 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:15:53.308 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:53.308 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:53.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:53.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:53.304491+0000 mgr.smithi078.lrdjax (mgr.14180) 966 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:54.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:53.304491+0000 mgr.smithi078.lrdjax (mgr.14180) 966 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:54.695 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:54.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:53.977251+0000 mgr.smithi078.lrdjax (mgr.14180) 967 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:15:55.030 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:53.977251+0000 mgr.smithi078.lrdjax (mgr.14180) 967 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:15:56.042 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:56.043 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:56.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:57.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:55.978077+0000 mgr.smithi078.lrdjax (mgr.14180) 968 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:15:57.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:56.039432+0000 mgr.smithi078.lrdjax (mgr.14180) 969 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:57.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:55.978077+0000 mgr.smithi078.lrdjax (mgr.14180) 968 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:15:57.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:56.039432+0000 mgr.smithi078.lrdjax (mgr.14180) 969 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:15:57.416 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:15:58.800 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:15:58.800 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:15:59.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:15:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:57.978777+0000 mgr.smithi078.lrdjax (mgr.14180) 970 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:15:59.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:15:59.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:15:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:57.978777+0000 mgr.smithi078.lrdjax (mgr.14180) 970 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:16:00.222 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:00.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:58.796761+0000 mgr.smithi078.lrdjax (mgr.14180) 971 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:00.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:15:59.815571+0000 mon.smithi078 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:16:00.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:58.796761+0000 mgr.smithi078.lrdjax (mgr.14180) 971 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:00.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:15:59.815571+0000 mon.smithi078 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:16:01.248 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:15:59.979581+0000 mgr.smithi078.lrdjax (mgr.14180) 972 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:16:01.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:15:59.979581+0000 mgr.smithi078.lrdjax (mgr.14180) 972 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-25T21:16:01.616 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:01.616 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:02.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:03.003 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:03.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:01.613015+0000 mgr.smithi078.lrdjax (mgr.14180) 973 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:03.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:01.980535+0000 mgr.smithi078.lrdjax (mgr.14180) 974 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:03.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:01.613015+0000 mgr.smithi078.lrdjax (mgr.14180) 973 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:03.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:01.980535+0000 mgr.smithi078.lrdjax (mgr.14180) 974 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:04.406 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:04.406 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:04.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:05.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:03.981404+0000 mgr.smithi078.lrdjax (mgr.14180) 975 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:05.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:04.402106+0000 mgr.smithi078.lrdjax (mgr.14180) 976 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:05.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:03.981404+0000 mgr.smithi078.lrdjax (mgr.14180) 975 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:05.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:04.402106+0000 mgr.smithi078.lrdjax (mgr.14180) 976 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:05.786 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:07.123 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:07.123 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:07.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:05.982212+0000 mgr.smithi078.lrdjax (mgr.14180) 977 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:07.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:05.982212+0000 mgr.smithi078.lrdjax (mgr.14180) 977 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:07.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:08.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:07.119371+0000 mgr.smithi078.lrdjax (mgr.14180) 978 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:08.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:07.119371+0000 mgr.smithi078.lrdjax (mgr.14180) 978 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:08.494 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:09.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:07.983174+0000 mgr.smithi078.lrdjax (mgr.14180) 979 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:09.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:07.983174+0000 mgr.smithi078.lrdjax (mgr.14180) 979 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:09.862 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:09.863 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:10.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:10.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:09.859280+0000 mgr.smithi078.lrdjax (mgr.14180) 980 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:10.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:09.983861+0000 mgr.smithi078.lrdjax (mgr.14180) 981 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:11.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:09.859280+0000 mgr.smithi078.lrdjax (mgr.14180) 980 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:11.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:09.983861+0000 mgr.smithi078.lrdjax (mgr.14180) 981 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:11.237 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:12.573 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:12.574 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:12.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:13.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:11.984620+0000 mgr.smithi078.lrdjax (mgr.14180) 982 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:13.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:11.984620+0000 mgr.smithi078.lrdjax (mgr.14180) 982 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:13.951 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:14.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:12.570222+0000 mgr.smithi078.lrdjax (mgr.14180) 983 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:14.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:12.570222+0000 mgr.smithi078.lrdjax (mgr.14180) 983 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:15.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:13.985474+0000 mgr.smithi078.lrdjax (mgr.14180) 984 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:15.378 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:15.379 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:15.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:13.985474+0000 mgr.smithi078.lrdjax (mgr.14180) 984 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:15.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:16.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:15.375283+0000 mgr.smithi078.lrdjax (mgr.14180) 985 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:16.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:15.375283+0000 mgr.smithi078.lrdjax (mgr.14180) 985 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:16.733 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:17.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:15.986287+0000 mgr.smithi078.lrdjax (mgr.14180) 986 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:15.986287+0000 mgr.smithi078.lrdjax (mgr.14180) 986 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:18.155 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:18.155 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:18.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:19.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:17.987041+0000 mgr.smithi078.lrdjax (mgr.14180) 987 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:19.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:18.150765+0000 mgr.smithi078.lrdjax (mgr.14180) 988 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:19.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:17.987041+0000 mgr.smithi078.lrdjax (mgr.14180) 987 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:19.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:18.150765+0000 mgr.smithi078.lrdjax (mgr.14180) 988 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:19.551 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:20.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:19.987900+0000 mgr.smithi078.lrdjax (mgr.14180) 989 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:20.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:19.987900+0000 mgr.smithi078.lrdjax (mgr.14180) 989 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:20.946 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:20.946 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:21.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:21.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:20.942569+0000 mgr.smithi078.lrdjax (mgr.14180) 990 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:22.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:20.942569+0000 mgr.smithi078.lrdjax (mgr.14180) 990 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:22.333 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:22.685 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:21.988666+0000 mgr.smithi078.lrdjax (mgr.14180) 991 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:22.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:21.988666+0000 mgr.smithi078.lrdjax (mgr.14180) 991 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:23.710 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:23.710 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:24.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:25.084 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:25.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:23.706363+0000 mgr.smithi078.lrdjax (mgr.14180) 992 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:25.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:23.989654+0000 mgr.smithi078.lrdjax (mgr.14180) 993 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:25.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:23.706363+0000 mgr.smithi078.lrdjax (mgr.14180) 992 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:25.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:23.989654+0000 mgr.smithi078.lrdjax (mgr.14180) 993 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:26.467 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:26.468 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:26.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:27.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:25.990415+0000 mgr.smithi078.lrdjax (mgr.14180) 994 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:27.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:26.463790+0000 mgr.smithi078.lrdjax (mgr.14180) 995 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:27.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:25.990415+0000 mgr.smithi078.lrdjax (mgr.14180) 994 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:27.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:26.463790+0000 mgr.smithi078.lrdjax (mgr.14180) 995 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:27.876 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:29.214 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:29.214 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:29.243 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:27.991253+0000 mgr.smithi078.lrdjax (mgr.14180) 996 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:29.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:27.991253+0000 mgr.smithi078.lrdjax (mgr.14180) 996 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:29.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:30.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:29.210460+0000 mgr.smithi078.lrdjax (mgr.14180) 997 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:30.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:29.210460+0000 mgr.smithi078.lrdjax (mgr.14180) 997 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:30.599 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:31.243 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:29.991951+0000 mgr.smithi078.lrdjax (mgr.14180) 998 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:31.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:29.991951+0000 mgr.smithi078.lrdjax (mgr.14180) 998 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:31.955 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:31.955 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:32.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:33.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:31.951868+0000 mgr.smithi078.lrdjax (mgr.14180) 999 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:33.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:31.992618+0000 mgr.smithi078.lrdjax (mgr.14180) 1000 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:33.340 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:33.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:31.951868+0000 mgr.smithi078.lrdjax (mgr.14180) 999 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:33.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:31.992618+0000 mgr.smithi078.lrdjax (mgr.14180) 1000 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:34.687 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:34.687 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:35.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:35.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:33.993655+0000 mgr.smithi078.lrdjax (mgr.14180) 1001 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:35.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:33.993655+0000 mgr.smithi078.lrdjax (mgr.14180) 1001 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:36.141 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:36.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:34.682630+0000 mgr.smithi078.lrdjax (mgr.14180) 1002 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:36.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:34.682630+0000 mgr.smithi078.lrdjax (mgr.14180) 1002 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:37.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:35.994705+0000 mgr.smithi078.lrdjax (mgr.14180) 1003 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:37.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:35.994705+0000 mgr.smithi078.lrdjax (mgr.14180) 1003 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:37.443 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:37.443 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:37.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:38.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:37.439355+0000 mgr.smithi078.lrdjax (mgr.14180) 1004 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:38.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:37.439355+0000 mgr.smithi078.lrdjax (mgr.14180) 1004 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:38.831 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:39.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:37.995528+0000 mgr.smithi078.lrdjax (mgr.14180) 1005 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:39.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:37.995528+0000 mgr.smithi078.lrdjax (mgr.14180) 1005 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:40.259 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:40.259 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:40.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:40.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:39.996303+0000 mgr.smithi078.lrdjax (mgr.14180) 1006 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:40.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:40.255694+0000 mgr.smithi078.lrdjax (mgr.14180) 1007 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:41.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:39.996303+0000 mgr.smithi078.lrdjax (mgr.14180) 1006 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:41.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:40.255694+0000 mgr.smithi078.lrdjax (mgr.14180) 1007 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:41.649 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:43.009 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:43.009 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:43.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:41.996996+0000 mgr.smithi078.lrdjax (mgr.14180) 1008 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:43.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:43.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:41.996996+0000 mgr.smithi078.lrdjax (mgr.14180) 1008 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:44.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:43.005447+0000 mgr.smithi078.lrdjax (mgr.14180) 1009 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:44.389 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:44.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:43.005447+0000 mgr.smithi078.lrdjax (mgr.14180) 1009 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:45.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:43.997907+0000 mgr.smithi078.lrdjax (mgr.14180) 1010 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:45.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:43.997907+0000 mgr.smithi078.lrdjax (mgr.14180) 1010 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:45.784 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:45.784 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:46.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:47.181 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:47.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:45.780494+0000 mgr.smithi078.lrdjax (mgr.14180) 1011 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:47.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:45.998804+0000 mgr.smithi078.lrdjax (mgr.14180) 1012 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:47.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:45.780494+0000 mgr.smithi078.lrdjax (mgr.14180) 1011 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:47.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:45.998804+0000 mgr.smithi078.lrdjax (mgr.14180) 1012 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:48.550 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:48.550 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:48.222113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:48.222255Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:48.222337Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:48.222415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:48.222481Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:48.222742Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:48.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:49.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:47.999720+0000 mgr.smithi078.lrdjax (mgr.14180) 1013 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:49.329 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:48.546294+0000 mgr.smithi078.lrdjax (mgr.14180) 1014 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:49.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:47.999720+0000 mgr.smithi078.lrdjax (mgr.14180) 1013 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:49.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:48.546294+0000 mgr.smithi078.lrdjax (mgr.14180) 1014 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:49.937 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:50.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:49.977502+0000 mon.smithi078 (mon.0) 719 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:16:50.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:50.000849+0000 mgr.smithi078.lrdjax (mgr.14180) 1015 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:51.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:49.977502+0000 mon.smithi078 (mon.0) 719 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:16:51.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:50.000849+0000 mgr.smithi078.lrdjax (mgr.14180) 1015 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:51.725 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:51.725 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:10:50.914284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:10:50.914365Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:10:50.914426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:10:50.914211Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:10:50.914064Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:10:50.914903Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:10:50.914486Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:10:50.914604Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:10:50.914545Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:10:50.914843Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:52.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:52.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:51.248401+0000 mon.smithi078 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:16:52.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:51.248401+0000 mon.smithi078 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:16:53.189 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:53.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:51.720827+0000 mgr.smithi078.lrdjax (mgr.14180) 1016 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:53.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:52.001603+0000 mgr.smithi078.lrdjax (mgr.14180) 1017 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:51.720827+0000 mgr.smithi078.lrdjax (mgr.14180) 1016 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:52.001603+0000 mgr.smithi078.lrdjax (mgr.14180) 1017 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:16:54.732 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:54.733 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:55.051 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:53.779138+0000 mon.smithi078 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:16:55.051 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:54.002414+0000 mgr.smithi078.lrdjax (mgr.14180) 1018 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:55.052 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:54.282590+0000 mon.smithi078 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:55.052 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:54.283221+0000 mon.smithi078 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:16:55.052 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:54.287299+0000 mon.smithi078 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:16:55.052 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:54.287690+0000 mgr.smithi078.lrdjax (mgr.14180) 1019 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:16:55.052 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:54.290668+0000 mon.smithi078 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:16:55.052 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:54.297166+0000 mon.smithi078 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:16:55.052 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:54 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:16:54.299120+0000 mgr.smithi078.lrdjax (mgr.14180) 1020 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.looqqg on smithi194 2023-12-25T21:16:55.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:55.141 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:53.779138+0000 mon.smithi078 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:16:55.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:54.002414+0000 mgr.smithi078.lrdjax (mgr.14180) 1018 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:16:55.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:54.282590+0000 mon.smithi078 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:55.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:54.283221+0000 mon.smithi078 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:16:55.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:54.287299+0000 mon.smithi078 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:16:55.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:54.287690+0000 mgr.smithi078.lrdjax (mgr.14180) 1019 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:16:55.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:54.290668+0000 mon.smithi078 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:16:55.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:54.297166+0000 mon.smithi078 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:16:55.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:54 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:16:54.299120+0000 mgr.smithi078.lrdjax (mgr.14180) 1020 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.looqqg on smithi194 2023-12-25T21:16:56.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:54.728928+0000 mgr.smithi078.lrdjax (mgr.14180) 1021 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:56.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:54.777256+0000 mon.smithi078 (mon.0) 727 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:16:56.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:54.777312+0000 mon.smithi078 (mon.0) 728 : cluster [INF] Cluster is now healthy 2023-12-25T21:16:56.121 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:56.141 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:54.728928+0000 mgr.smithi078.lrdjax (mgr.14180) 1021 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:56.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:54.777256+0000 mon.smithi078 (mon.0) 727 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:16:56.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:54.777312+0000 mon.smithi078 (mon.0) 728 : cluster [INF] Cluster is now healthy 2023-12-25T21:16:57.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:56.288347+0000 mgr.smithi078.lrdjax (mgr.14180) 1022 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:16:57.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:56.288347+0000 mgr.smithi078.lrdjax (mgr.14180) 1022 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:16:57.465 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:16:57.466 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:16:57.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:16:58.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:57.461302+0000 mgr.smithi078.lrdjax (mgr.14180) 1023 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:58.141 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:57.461302+0000 mgr.smithi078.lrdjax (mgr.14180) 1023 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:16:58.839 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:16:59.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:16:58 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:16:58.289120+0000 mgr.smithi078.lrdjax (mgr.14180) 1024 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:16:59.141 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:16:58 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:16:58.289120+0000 mgr.smithi078.lrdjax (mgr.14180) 1024 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:17:00.263 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:00.263 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:00.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:00.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:16:59.814903+0000 mon.smithi078 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:17:00.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:00.259175+0000 mgr.smithi078.lrdjax (mgr.14180) 1025 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:00.289633+0000 mgr.smithi078.lrdjax (mgr.14180) 1026 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:17:01.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:16:59.814903+0000 mon.smithi078 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' 2023-12-25T21:17:01.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:00.259175+0000 mgr.smithi078.lrdjax (mgr.14180) 1025 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:01.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:00.289633+0000 mgr.smithi078.lrdjax (mgr.14180) 1026 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:17:01.654 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:03.021 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:03.021 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:03.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:03.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:02.290141+0000 mgr.smithi078.lrdjax (mgr.14180) 1027 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:17:03.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:02.290141+0000 mgr.smithi078.lrdjax (mgr.14180) 1027 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:17:04.405 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:04.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:04 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:03.017432+0000 mgr.smithi078.lrdjax (mgr.14180) 1028 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:04.745 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:04 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:03.017432+0000 mgr.smithi078.lrdjax (mgr.14180) 1028 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:05.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:04.290981+0000 mgr.smithi078.lrdjax (mgr.14180) 1029 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:17:05.754 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:05.754 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:05.779 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:04.290981+0000 mgr.smithi078.lrdjax (mgr.14180) 1029 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-25T21:17:06.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:07.144 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:07.496 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:05.750728+0000 mgr.smithi078.lrdjax (mgr.14180) 1030 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:07.496 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:06.291623+0000 mgr.smithi078.lrdjax (mgr.14180) 1031 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:07.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:05.750728+0000 mgr.smithi078.lrdjax (mgr.14180) 1030 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:07.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:06.291623+0000 mgr.smithi078.lrdjax (mgr.14180) 1031 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:08.482 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:08.483 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:08.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:08.292258+0000 mgr.smithi078.lrdjax (mgr.14180) 1032 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:08.478739+0000 mgr.smithi078.lrdjax (mgr.14180) 1033 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:09.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:08.292258+0000 mgr.smithi078.lrdjax (mgr.14180) 1032 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:09.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:08.478739+0000 mgr.smithi078.lrdjax (mgr.14180) 1033 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:09.852 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:10.814 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:10.292826+0000 mgr.smithi078.lrdjax (mgr.14180) 1034 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:10.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:10.292826+0000 mgr.smithi078.lrdjax (mgr.14180) 1034 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:11.173 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:11.174 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:11.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:11.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:11.170254+0000 mgr.smithi078.lrdjax (mgr.14180) 1035 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:11.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:11.170254+0000 mgr.smithi078.lrdjax (mgr.14180) 1035 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:12.552 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:12.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:12 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:12.293499+0000 mgr.smithi078.lrdjax (mgr.14180) 1036 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:17:12.894 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:12 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:12.293499+0000 mgr.smithi078.lrdjax (mgr.14180) 1036 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:17:13.941 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:13.941 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:14.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:15.311 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:15.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:13.937271+0000 mgr.smithi078.lrdjax (mgr.14180) 1037 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:15.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:14.294148+0000 mgr.smithi078.lrdjax (mgr.14180) 1038 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:15.645 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:13.937271+0000 mgr.smithi078.lrdjax (mgr.14180) 1037 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:15.645 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:14.294148+0000 mgr.smithi078.lrdjax (mgr.14180) 1038 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:16.651 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:16.652 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:17.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:17.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:16.294791+0000 mgr.smithi078.lrdjax (mgr.14180) 1039 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:17.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:16.294791+0000 mgr.smithi078.lrdjax (mgr.14180) 1039 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:18.026 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:18.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:18 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:16.648017+0000 mgr.smithi078.lrdjax (mgr.14180) 1040 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:18.645 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:18 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:16.648017+0000 mgr.smithi078.lrdjax (mgr.14180) 1040 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:19.343 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:19.343 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:19.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:18.295449+0000 mgr.smithi078.lrdjax (mgr.14180) 1041 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:19.681 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:18.295449+0000 mgr.smithi078.lrdjax (mgr.14180) 1041 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:19.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:20.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:19.339818+0000 mgr.smithi078.lrdjax (mgr.14180) 1042 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:20.726 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:20.762 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:19.339818+0000 mgr.smithi078.lrdjax (mgr.14180) 1042 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:21.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:20.296147+0000 mgr.smithi078.lrdjax (mgr.14180) 1043 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:21.720 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:20.296147+0000 mgr.smithi078.lrdjax (mgr.14180) 1043 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:22.076 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:22.076 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:22.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:23.458 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:23.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:22.072520+0000 mgr.smithi078.lrdjax (mgr.14180) 1044 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:23.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:22.296701+0000 mgr.smithi078.lrdjax (mgr.14180) 1045 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:17:23.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:22.072520+0000 mgr.smithi078.lrdjax (mgr.14180) 1044 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:23.811 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:22.296701+0000 mgr.smithi078.lrdjax (mgr.14180) 1045 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:17:24.819 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:24.820 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:25.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:25.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:24.297466+0000 mgr.smithi078.lrdjax (mgr.14180) 1046 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:25.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:24.297466+0000 mgr.smithi078.lrdjax (mgr.14180) 1046 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:26.209 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:26.549 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:26 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:24.816138+0000 mgr.smithi078.lrdjax (mgr.14180) 1047 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:26.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:26 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:24.816138+0000 mgr.smithi078.lrdjax (mgr.14180) 1047 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:27.571 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:27.571 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:27.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:26.298273+0000 mgr.smithi078.lrdjax (mgr.14180) 1048 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:27.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:26.298273+0000 mgr.smithi078.lrdjax (mgr.14180) 1048 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:27.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:28.966 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:29.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:27.567203+0000 mgr.smithi078.lrdjax (mgr.14180) 1049 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:29.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:28.298906+0000 mgr.smithi078.lrdjax (mgr.14180) 1050 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:29.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:27.567203+0000 mgr.smithi078.lrdjax (mgr.14180) 1049 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:29.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:28.298906+0000 mgr.smithi078.lrdjax (mgr.14180) 1050 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:30.358 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:30.358 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:30.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:30.299651+0000 mgr.smithi078.lrdjax (mgr.14180) 1051 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:30.672 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:30.354287+0000 mgr.smithi078.lrdjax (mgr.14180) 1052 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:30.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:30.299651+0000 mgr.smithi078.lrdjax (mgr.14180) 1051 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:30.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:30.354287+0000 mgr.smithi078.lrdjax (mgr.14180) 1052 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:31.733 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:33.061 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:33.061 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:33.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:33.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:32.300240+0000 mgr.smithi078.lrdjax (mgr.14180) 1053 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:17:33.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:32.300240+0000 mgr.smithi078.lrdjax (mgr.14180) 1053 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:17:34.440 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:34.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:33.056992+0000 mgr.smithi078.lrdjax (mgr.14180) 1054 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:34.783 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:33.056992+0000 mgr.smithi078.lrdjax (mgr.14180) 1054 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:35.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:34.300957+0000 mgr.smithi078.lrdjax (mgr.14180) 1055 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:35.791 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:35.791 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:35.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:34.300957+0000 mgr.smithi078.lrdjax (mgr.14180) 1055 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:36.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:37.182 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:37.533 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:35.787913+0000 mgr.smithi078.lrdjax (mgr.14180) 1056 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:37.533 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:36.301655+0000 mgr.smithi078.lrdjax (mgr.14180) 1057 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:37.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:35.787913+0000 mgr.smithi078.lrdjax (mgr.14180) 1056 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:37.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:36.301655+0000 mgr.smithi078.lrdjax (mgr.14180) 1057 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:38.542 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:38.543 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:38.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:38.302306+0000 mgr.smithi078.lrdjax (mgr.14180) 1058 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:39.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:38.539364+0000 mgr.smithi078.lrdjax (mgr.14180) 1059 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:39.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:38.302306+0000 mgr.smithi078.lrdjax (mgr.14180) 1058 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:39.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:38.539364+0000 mgr.smithi078.lrdjax (mgr.14180) 1059 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:39.956 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:40.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:40.302872+0000 mgr.smithi078.lrdjax (mgr.14180) 1060 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:40.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:40.302872+0000 mgr.smithi078.lrdjax (mgr.14180) 1060 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:41.275 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:41.276 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:41.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:41.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:41 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:41.272274+0000 mgr.smithi078.lrdjax (mgr.14180) 1061 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:41 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:41.272274+0000 mgr.smithi078.lrdjax (mgr.14180) 1061 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:42.698 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:42.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:42 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:42.303494+0000 mgr.smithi078.lrdjax (mgr.14180) 1062 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:17:43.041 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:42 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:42.303494+0000 mgr.smithi078.lrdjax (mgr.14180) 1062 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:17:44.102 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:44.102 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:44.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:45.480 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:44.097961+0000 mgr.smithi078.lrdjax (mgr.14180) 1063 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:44.304141+0000 mgr.smithi078.lrdjax (mgr.14180) 1064 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:45.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:44.097961+0000 mgr.smithi078.lrdjax (mgr.14180) 1063 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:45.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:44.304141+0000 mgr.smithi078.lrdjax (mgr.14180) 1064 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:46.897 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:46.898 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:47.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:47.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:46.304764+0000 mgr.smithi078.lrdjax (mgr.14180) 1065 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:47.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:46.304764+0000 mgr.smithi078.lrdjax (mgr.14180) 1065 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:48.306 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:48.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:48 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:46.893876+0000 mgr.smithi078.lrdjax (mgr.14180) 1066 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:48.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:48 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:46.893876+0000 mgr.smithi078.lrdjax (mgr.14180) 1066 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:49.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:48.305608+0000 mgr.smithi078.lrdjax (mgr.14180) 1067 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:49.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:48.305608+0000 mgr.smithi078.lrdjax (mgr.14180) 1067 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:49.657 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:49.658 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:50.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:50.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:49.654082+0000 mgr.smithi078.lrdjax (mgr.14180) 1068 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:50.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:50.306209+0000 mgr.smithi078.lrdjax (mgr.14180) 1069 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:51.031 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:51.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:49.654082+0000 mgr.smithi078.lrdjax (mgr.14180) 1068 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:51.061 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:50.306209+0000 mgr.smithi078.lrdjax (mgr.14180) 1069 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:52.518 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:52.518 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:52.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:52.306765+0000 mgr.smithi078.lrdjax (mgr.14180) 1070 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:17:53.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:53 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:52.514360+0000 mgr.smithi078.lrdjax (mgr.14180) 1071 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:53.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:52.306765+0000 mgr.smithi078.lrdjax (mgr.14180) 1070 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:17:53.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:53 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:52.514360+0000 mgr.smithi078.lrdjax (mgr.14180) 1071 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:53.889 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:55.299 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:55.299 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:55.635 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:54.307401+0000 mgr.smithi078.lrdjax (mgr.14180) 1072 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:55.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:54.307401+0000 mgr.smithi078.lrdjax (mgr.14180) 1072 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:55.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:56.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:56 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:55.295868+0000 mgr.smithi078.lrdjax (mgr.14180) 1073 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:56.729 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:56.763 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:56 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:55.295868+0000 mgr.smithi078.lrdjax (mgr.14180) 1073 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:57.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:56.308025+0000 mgr.smithi078.lrdjax (mgr.14180) 1074 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:57.766 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:56.308025+0000 mgr.smithi078.lrdjax (mgr.14180) 1074 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:58.136 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:17:58.136 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:17:58.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:17:59.521 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:17:59.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:17:58.132481+0000 mgr.smithi078.lrdjax (mgr.14180) 1075 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:59.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:17:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:17:58.308740+0000 mgr.smithi078.lrdjax (mgr.14180) 1076 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:17:59.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:17:58.132481+0000 mgr.smithi078.lrdjax (mgr.14180) 1075 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:59.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:17:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:17:58.308740+0000 mgr.smithi078.lrdjax (mgr.14180) 1076 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:00.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:00.309528+0000 mgr.smithi078.lrdjax (mgr.14180) 1077 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:00.882 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:00.882 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:00.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:00.309528+0000 mgr.smithi078.lrdjax (mgr.14180) 1077 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:01.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:00.878706+0000 mgr.smithi078.lrdjax (mgr.14180) 1078 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:02.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:00.878706+0000 mgr.smithi078.lrdjax (mgr.14180) 1078 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:02.261 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:02.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:02 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:02.310139+0000 mgr.smithi078.lrdjax (mgr.14180) 1079 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:02.964 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:02 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:02.310139+0000 mgr.smithi078.lrdjax (mgr.14180) 1079 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:03.681 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:03.681 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:04.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:05.061 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:05.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:03.676899+0000 mgr.smithi078.lrdjax (mgr.14180) 1080 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:05.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:04.311051+0000 mgr.smithi078.lrdjax (mgr.14180) 1081 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:05.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:03.676899+0000 mgr.smithi078.lrdjax (mgr.14180) 1080 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:05.739 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:04.311051+0000 mgr.smithi078.lrdjax (mgr.14180) 1081 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:06.460 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:06.461 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:06.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:07.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:06.311739+0000 mgr.smithi078.lrdjax (mgr.14180) 1082 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:07.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:06.457253+0000 mgr.smithi078.lrdjax (mgr.14180) 1083 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:07.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:06.311739+0000 mgr.smithi078.lrdjax (mgr.14180) 1082 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:07.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:06.457253+0000 mgr.smithi078.lrdjax (mgr.14180) 1083 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:07.837 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:09.184 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:09.184 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:09.516 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:08.312465+0000 mgr.smithi078.lrdjax (mgr.14180) 1084 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:09.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:09.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:08.312465+0000 mgr.smithi078.lrdjax (mgr.14180) 1084 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:10.562 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:10.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:09.180227+0000 mgr.smithi078.lrdjax (mgr.14180) 1085 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:10.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:09.180227+0000 mgr.smithi078.lrdjax (mgr.14180) 1085 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:11.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:11 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:10.313241+0000 mgr.smithi078.lrdjax (mgr.14180) 1086 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:11.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:11 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:10.313241+0000 mgr.smithi078.lrdjax (mgr.14180) 1086 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:11.937 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:11.937 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:12.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:13.497 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:13.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:11.933961+0000 mgr.smithi078.lrdjax (mgr.14180) 1087 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:13.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:12.313813+0000 mgr.smithi078.lrdjax (mgr.14180) 1088 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:13.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:11.933961+0000 mgr.smithi078.lrdjax (mgr.14180) 1087 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:13.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:12.313813+0000 mgr.smithi078.lrdjax (mgr.14180) 1088 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:14.887 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:14.888 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:15.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:15.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:14.314624+0000 mgr.smithi078.lrdjax (mgr.14180) 1089 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:15.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:14.314624+0000 mgr.smithi078.lrdjax (mgr.14180) 1089 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:16.259 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:16.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:16 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:14.884035+0000 mgr.smithi078.lrdjax (mgr.14180) 1090 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:16.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:16 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:14.884035+0000 mgr.smithi078.lrdjax (mgr.14180) 1090 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:17.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:16.315369+0000 mgr.smithi078.lrdjax (mgr.14180) 1091 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:17.636 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:17.636 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:16.315369+0000 mgr.smithi078.lrdjax (mgr.14180) 1091 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:18.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:19.018 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:19.687 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:17.632757+0000 mgr.smithi078.lrdjax (mgr.14180) 1092 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:19.687 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:18.316449+0000 mgr.smithi078.lrdjax (mgr.14180) 1093 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:17.632757+0000 mgr.smithi078.lrdjax (mgr.14180) 1092 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:18.316449+0000 mgr.smithi078.lrdjax (mgr.14180) 1093 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:20.381 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:20.382 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:20.673 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:20.316998+0000 mgr.smithi078.lrdjax (mgr.14180) 1094 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:20.674 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:20.376519+0000 mgr.smithi078.lrdjax (mgr.14180) 1095 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:20.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:20.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:20.316998+0000 mgr.smithi078.lrdjax (mgr.14180) 1094 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:20.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:20.376519+0000 mgr.smithi078.lrdjax (mgr.14180) 1095 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:21.768 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:23.188 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:23.188 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:23.473 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:22.317563+0000 mgr.smithi078.lrdjax (mgr.14180) 1096 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:23.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:23.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:22.317563+0000 mgr.smithi078.lrdjax (mgr.14180) 1096 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:24.576 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:24.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:24 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:23.184673+0000 mgr.smithi078.lrdjax (mgr.14180) 1097 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:24.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:23.184673+0000 mgr.smithi078.lrdjax (mgr.14180) 1097 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:25.562 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:25 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:24.318390+0000 mgr.smithi078.lrdjax (mgr.14180) 1098 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:25.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:25 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:24.318390+0000 mgr.smithi078.lrdjax (mgr.14180) 1098 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:25.927 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:25.928 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:26.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:27.309 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:27.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:25.923875+0000 mgr.smithi078.lrdjax (mgr.14180) 1099 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:27.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:26.319219+0000 mgr.smithi078.lrdjax (mgr.14180) 1100 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:27.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:25.923875+0000 mgr.smithi078.lrdjax (mgr.14180) 1099 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:27.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:26.319219+0000 mgr.smithi078.lrdjax (mgr.14180) 1100 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:28.722 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:28.722 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:29.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:29.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:28.319860+0000 mgr.smithi078.lrdjax (mgr.14180) 1101 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:29.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:28.319860+0000 mgr.smithi078.lrdjax (mgr.14180) 1101 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:30.125 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:30.477 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:28.717986+0000 mgr.smithi078.lrdjax (mgr.14180) 1102 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:30.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:28.717986+0000 mgr.smithi078.lrdjax (mgr.14180) 1102 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:31.488 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:31.488 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:31.772 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:31 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:30.320441+0000 mgr.smithi078.lrdjax (mgr.14180) 1103 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:31.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:31.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:31 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:30.320441+0000 mgr.smithi078.lrdjax (mgr.14180) 1103 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:32.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:32 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:31.483596+0000 mgr.smithi078.lrdjax (mgr.14180) 1104 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:32.874 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:32.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:32 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:31.483596+0000 mgr.smithi078.lrdjax (mgr.14180) 1104 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:33.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:32.321004+0000 mgr.smithi078.lrdjax (mgr.14180) 1105 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:33.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:32.321004+0000 mgr.smithi078.lrdjax (mgr.14180) 1105 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:34.258 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:34.258 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:34.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:35.649 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:35.682 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:34.254419+0000 mgr.smithi078.lrdjax (mgr.14180) 1106 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:35.682 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:34.321634+0000 mgr.smithi078.lrdjax (mgr.14180) 1107 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:35.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:34.254419+0000 mgr.smithi078.lrdjax (mgr.14180) 1106 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:35.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:34.321634+0000 mgr.smithi078.lrdjax (mgr.14180) 1107 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:37.060 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:37.060 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:37.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:37.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:37 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:36.322310+0000 mgr.smithi078.lrdjax (mgr.14180) 1108 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:37.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:36.322310+0000 mgr.smithi078.lrdjax (mgr.14180) 1108 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:38.449 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:38.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:38 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:37.056751+0000 mgr.smithi078.lrdjax (mgr.14180) 1109 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:38.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:38 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:37.056751+0000 mgr.smithi078.lrdjax (mgr.14180) 1109 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:39.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:39 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:38.323042+0000 mgr.smithi078.lrdjax (mgr.14180) 1110 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:39.837 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:39.837 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:39.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:39 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:38.323042+0000 mgr.smithi078.lrdjax (mgr.14180) 1110 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:40.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:40.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:39.833638+0000 mgr.smithi078.lrdjax (mgr.14180) 1111 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:40.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:40 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:40.323601+0000 mgr.smithi078.lrdjax (mgr.14180) 1112 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:41.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:39.833638+0000 mgr.smithi078.lrdjax (mgr.14180) 1111 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:41.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:40 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:40.323601+0000 mgr.smithi078.lrdjax (mgr.14180) 1112 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:41.231 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:42.605 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:42.605 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:43.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:43.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:43 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:42.324149+0000 mgr.smithi078.lrdjax (mgr.14180) 1113 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:43.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:43 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:42.324149+0000 mgr.smithi078.lrdjax (mgr.14180) 1113 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:44.116 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:44.448 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:44 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:42.601072+0000 mgr.smithi078.lrdjax (mgr.14180) 1114 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:44.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:44 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:42.601072+0000 mgr.smithi078.lrdjax (mgr.14180) 1114 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:45.471 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:45.472 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:45.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:45 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:44.324704+0000 mgr.smithi078.lrdjax (mgr.14180) 1115 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:45.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:45 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:44.324704+0000 mgr.smithi078.lrdjax (mgr.14180) 1115 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:45.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:46.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:46 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:45.467118+0000 mgr.smithi078.lrdjax (mgr.14180) 1116 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:46.889 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:46.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:46 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:45.467118+0000 mgr.smithi078.lrdjax (mgr.14180) 1116 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:47.508 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:47 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:46.325355+0000 mgr.smithi078.lrdjax (mgr.14180) 1117 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:47.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:47 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:46.325355+0000 mgr.smithi078.lrdjax (mgr.14180) 1117 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:48.215 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:48.215 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:48.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:49.598 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:49.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:48.211332+0000 mgr.smithi078.lrdjax (mgr.14180) 1118 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:49.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:49 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:48.326142+0000 mgr.smithi078.lrdjax (mgr.14180) 1119 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:48.211332+0000 mgr.smithi078.lrdjax (mgr.14180) 1118 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:49.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:49 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:48.326142+0000 mgr.smithi078.lrdjax (mgr.14180) 1119 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:50.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:50 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:50.326844+0000 mgr.smithi078.lrdjax (mgr.14180) 1120 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:51.011 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:51.011 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:51.031 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:50 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:50.326844+0000 mgr.smithi078.lrdjax (mgr.14180) 1120 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:51.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:51.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:51 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:51.007303+0000 mgr.smithi078.lrdjax (mgr.14180) 1121 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:52.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:51 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:51.007303+0000 mgr.smithi078.lrdjax (mgr.14180) 1121 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:52.390 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:52.765 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:52 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:52.327567+0000 mgr.smithi078.lrdjax (mgr.14180) 1122 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:52.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:52 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:52.327567+0000 mgr.smithi078.lrdjax (mgr.14180) 1122 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:18:53.805 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:53.805 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:54.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:55.189 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:55.540 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:53.801707+0000 mgr.smithi078.lrdjax (mgr.14180) 1123 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:55.540 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:55 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:54.328197+0000 mgr.smithi078.lrdjax (mgr.14180) 1124 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:55.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:53.801707+0000 mgr.smithi078.lrdjax (mgr.14180) 1123 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:55.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:55 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:54.328197+0000 mgr.smithi078.lrdjax (mgr.14180) 1124 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:56.534 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:56.534 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:56.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:57.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:56.328865+0000 mgr.smithi078.lrdjax (mgr.14180) 1125 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:57.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:57 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:56.530239+0000 mgr.smithi078.lrdjax (mgr.14180) 1126 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:57.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:56.328865+0000 mgr.smithi078.lrdjax (mgr.14180) 1125 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:57.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:57 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:56.530239+0000 mgr.smithi078.lrdjax (mgr.14180) 1126 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:18:57.914 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:18:59.252 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:18:59.253 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:18:59.535 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:18:59 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:18:58.329611+0000 mgr.smithi078.lrdjax (mgr.14180) 1127 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:18:59.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:18:59.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:18:59 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:18:58.329611+0000 mgr.smithi078.lrdjax (mgr.14180) 1127 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:00.629 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:00.657 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:00 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:18:59.249155+0000 mgr.smithi078.lrdjax (mgr.14180) 1128 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:00.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:00 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:18:59.249155+0000 mgr.smithi078.lrdjax (mgr.14180) 1128 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:01.579 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:01 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:00.330229+0000 mgr.smithi078.lrdjax (mgr.14180) 1129 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:01.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:01 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:00.330229+0000 mgr.smithi078.lrdjax (mgr.14180) 1129 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:01.965 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:01.965 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:02.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:03.339 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:03.689 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:01.961394+0000 mgr.smithi078.lrdjax (mgr.14180) 1130 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:03.689 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:03 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:02.330816+0000 mgr.smithi078.lrdjax (mgr.14180) 1131 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:19:03.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:01.961394+0000 mgr.smithi078.lrdjax (mgr.14180) 1130 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:03.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:03 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:02.330816+0000 mgr.smithi078.lrdjax (mgr.14180) 1131 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:19:04.676 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:04.676 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:05.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:05.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:05 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:04.331508+0000 mgr.smithi078.lrdjax (mgr.14180) 1132 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:05.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:05 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:04.331508+0000 mgr.smithi078.lrdjax (mgr.14180) 1132 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:06.066 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:06.714 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:06 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:04.672084+0000 mgr.smithi078.lrdjax (mgr.14180) 1133 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:06.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:06 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:04.672084+0000 mgr.smithi078.lrdjax (mgr.14180) 1133 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:07.370 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:07.370 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:07.659 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:07 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:06.332204+0000 mgr.smithi078.lrdjax (mgr.14180) 1134 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-25T21:19:07.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:07.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:07 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:06.332204+0000 mgr.smithi078.lrdjax (mgr.14180) 1134 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-25T21:19:08.765 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:08.800 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:08 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:07.366952+0000 mgr.smithi078.lrdjax (mgr.14180) 1135 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:08.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:08 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:07.366952+0000 mgr.smithi078.lrdjax (mgr.14180) 1135 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:09.808 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:09 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:08.332922+0000 mgr.smithi078.lrdjax (mgr.14180) 1136 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-25T21:19:09.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:09 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:08.332922+0000 mgr.smithi078.lrdjax (mgr.14180) 1136 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-25T21:19:10.165 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:10.165 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:10.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:10.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:10.161601+0000 mgr.smithi078.lrdjax (mgr.14180) 1137 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:10.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:10 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:10.333696+0000 mgr.smithi078.lrdjax (mgr.14180) 1138 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:19:10.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:10.161601+0000 mgr.smithi078.lrdjax (mgr.14180) 1137 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:10.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:10 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:10.333696+0000 mgr.smithi078.lrdjax (mgr.14180) 1138 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:19:11.553 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:12.973 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:12.973 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:13.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:13.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:13 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:12.334439+0000 mgr.smithi078.lrdjax (mgr.14180) 1139 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-25T21:19:13.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:13 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:12.334439+0000 mgr.smithi078.lrdjax (mgr.14180) 1139 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-25T21:19:14.360 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:14.702 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:14 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:12.969716+0000 mgr.smithi078.lrdjax (mgr.14180) 1140 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:14.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:14 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:12.969716+0000 mgr.smithi078.lrdjax (mgr.14180) 1140 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:15.713 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:15.714 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:15.734 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:15 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:14.335273+0000 mgr.smithi078.lrdjax (mgr.14180) 1141 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:19:15.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:15 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:14.335273+0000 mgr.smithi078.lrdjax (mgr.14180) 1141 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:19:16.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:17.111 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:17.787 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:15.709611+0000 mgr.smithi078.lrdjax (mgr.14180) 1142 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:17.788 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:17 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:16.335824+0000 mgr.smithi078.lrdjax (mgr.14180) 1143 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:19:17.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:15.709611+0000 mgr.smithi078.lrdjax (mgr.14180) 1142 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:17.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:17 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:16.335824+0000 mgr.smithi078.lrdjax (mgr.14180) 1143 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-25T21:19:18.538 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:18.538 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:19.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:19.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:18.336500+0000 mgr.smithi078.lrdjax (mgr.14180) 1144 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-25T21:19:19.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:19 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:18.535116+0000 mgr.smithi078.lrdjax (mgr.14180) 1145 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:18.336500+0000 mgr.smithi078.lrdjax (mgr.14180) 1144 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-25T21:19:19.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:19 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:18.535116+0000 mgr.smithi078.lrdjax (mgr.14180) 1145 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:20.020 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:20.770 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:20 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:20.337052+0000 mgr.smithi078.lrdjax (mgr.14180) 1146 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-25T21:19:21.141 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:20 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:20.337052+0000 mgr.smithi078.lrdjax (mgr.14180) 1146 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-25T21:19:21.445 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:21.445 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:10:46.706955Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.lzqxiq on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:21.799 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:21 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:21.440909+0000 mgr.smithi078.lrdjax (mgr.14180) 1147 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:21.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:22.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:21 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:21.440909+0000 mgr.smithi078.lrdjax (mgr.14180) 1147 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:22.869 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:22.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:22 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:22.337712+0000 mgr.smithi078.lrdjax (mgr.14180) 1148 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:19:23.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:22 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:22.337712+0000 mgr.smithi078.lrdjax (mgr.14180) 1148 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:19:23.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:19:23.549345+0000 mgr.smithi078.lrdjax (mgr.14180) 1149 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.looqqg ... 2023-12-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:17:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:18:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:18:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Traceback (most recent call last): 2023-12-25T21:19:23.830 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: yield (conn, connr) 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: code, '\n'.join(err))) 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.looqqg ... 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:17:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:18:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:18:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:19:23.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:19:23.549534+0000 mgr.smithi078.lrdjax (mgr.14180) 1150 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.looqqg 2023-12-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:23.549859+0000 mon.smithi078 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.looqqg"}]: dispatch 2023-12-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:19:23.550533+0000 mgr.smithi078.lrdjax (mgr.14180) 1151 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.looqqg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: Deploy daemon haproxy.nfs.foo.smithi194.looqqg ... 2023-12-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:17:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:18:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr time="2023-12-25T21:18:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:19:23.832 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:23.833 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:23 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cephadm 2023-12-25T21:19:23.552051+0000 mgr.smithi078.lrdjax (mgr.14180) 1152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.lnmffx on smithi078 2023-12-25T21:19:24.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:19:23.549345+0000 mgr.smithi078.lrdjax (mgr.14180) 1149 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:24.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:24.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:24.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:24.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.looqqg ... 2023-12-25T21:19:24.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:17:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:18:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:18:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Traceback (most recent call last): 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: yield (conn, connr) 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: code, '\n'.join(err))) 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:24.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.looqqg ... 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:17:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:18:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:18:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:19:23.549534+0000 mgr.smithi078.lrdjax (mgr.14180) 1150 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.looqqg 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:23.549859+0000 mon.smithi078 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.78:0/1404370879' entity='mgr.smithi078.lrdjax' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.looqqg"}]: dispatch 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:19:23.550533+0000 mgr.smithi078.lrdjax (mgr.14180) 1151 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.looqqg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: /bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg 2023-12-25T21:19:24.144 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: Deploy daemon haproxy.nfs.foo.smithi194.looqqg ... 2023-12-25T21:19:24.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:24.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T21:19:24.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:17:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:24.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:18:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:24.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr time="2023-12-25T21:18:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-25T21:19:24.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T21:19:24.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:19:24.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:23 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cephadm 2023-12-25T21:19:23.552051+0000 mgr.smithi078.lrdjax (mgr.14180) 1152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi078.lnmffx on smithi078 2023-12-25T21:19:24.353 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:24.356 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:19:23.550419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.looqqg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg\nDeploy daemon haproxy.nfs.foo.smithi194.looqqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:17:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:18:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:18:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:24.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:25.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:24.338354+0000 mgr.smithi078.lrdjax (mgr.14180) 1153 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:25.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:24 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:24.349799+0000 mgr.smithi078.lrdjax (mgr.14180) 1154 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:25.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:24 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:24.338354+0000 mgr.smithi078.lrdjax (mgr.14180) 1153 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:25.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:24 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:24.349799+0000 mgr.smithi078.lrdjax (mgr.14180) 1154 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:25.743 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:27.080 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:27.080 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:19:23.550419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.looqqg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg\nDeploy daemon haproxy.nfs.foo.smithi194.looqqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:17:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:18:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:18:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:27.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:27.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:27 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:26.339133+0000 mgr.smithi078.lrdjax (mgr.14180) 1155 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:27.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:27 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:26.339133+0000 mgr.smithi078.lrdjax (mgr.14180) 1155 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:28.468 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:28.829 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:28 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:27.076647+0000 mgr.smithi078.lrdjax (mgr.14180) 1156 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:28.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:28 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:27.076647+0000 mgr.smithi078.lrdjax (mgr.14180) 1156 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:29.537 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:29 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:28.339936+0000 mgr.smithi078.lrdjax (mgr.14180) 1157 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:29.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:29 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:28.339936+0000 mgr.smithi078.lrdjax (mgr.14180) 1157 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:29.897 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:29.897 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:19:23.550419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.looqqg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg\nDeploy daemon haproxy.nfs.foo.smithi194.looqqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:17:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:18:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:18:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:30.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:31.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:29.893431+0000 mgr.smithi078.lrdjax (mgr.14180) 1158 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:31.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:30 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:30.340733+0000 mgr.smithi078.lrdjax (mgr.14180) 1159 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:31.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:29.893431+0000 mgr.smithi078.lrdjax (mgr.14180) 1158 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:31.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:30 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:30.340733+0000 mgr.smithi078.lrdjax (mgr.14180) 1159 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:31.299 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:32.671 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:32.671 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:19:23.550419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.looqqg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg\nDeploy daemon haproxy.nfs.foo.smithi194.looqqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:17:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:18:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:18:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:33.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:33.828 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:33 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:32.341299+0000 mgr.smithi078.lrdjax (mgr.14180) 1160 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:19:33.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:33 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:32.341299+0000 mgr.smithi078.lrdjax (mgr.14180) 1160 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:19:34.042 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 03094dc8-a368-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:19:34.669 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:34 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:32.667442+0000 mgr.smithi078.lrdjax (mgr.14180) 1161 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:34.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:34 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:32.667442+0000 mgr.smithi078.lrdjax (mgr.14180) 1161 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:35.423 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-25T21:19:35.423 INFO:teuthology.orchestra.run.smithi078.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:57:15.327083Z", "last_refresh": "2023-12-25T21:16:53.772666Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:57:11.806637Z", "last_refresh": "2023-12-25T21:16:51.242634Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:57:13.610777Z", "last_refresh": "2023-12-25T21:16:53.772793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:13:20.793151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.bwcdij on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-bwcdij\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.bwcdij\nDeploy daemon haproxy.nfs.foo.smithi194.bwcdij ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:11:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:12:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.972696Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi078.viqpuc on smithi078: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi078-viqpuc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi078.viqpuc\nDeploy daemon haproxy.nfs.foo.smithi078.viqpuc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:13:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:14:35Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:15:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:15:49.973899Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.aaqjpp on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:15:49.974898Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi078.kpnwna on smithi078: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:19:23.550419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.looqqg on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi194-looqqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg\n/bin/podman: stderr Error: no such container ceph-03094dc8-a368-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi194.looqqg\nDeploy daemon haproxy.nfs.foo.smithi194.looqqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T21:17:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:18:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T21:18:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.78/16"}, "status": {"created": "2023-12-25T21:00:33.433405Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.78/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:57:10.799600Z", "last_refresh": "2023-12-25T21:16:51.242778Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:10.082243Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi078:172.21.15.78=smithi078", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:58:10.079662Z", "last_refresh": "2023-12-25T21:16:51.242850Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:00:33.432376Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:00:33.429299Z", "last_refresh": "2023-12-25T21:16:53.773324Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:57:14.467010Z", "last_refresh": "2023-12-25T21:16:51.242914Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:58:37.195202Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:58:37.189224Z", "last_refresh": "2023-12-25T21:16:51.242974Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:57:12.740813Z", "last_refresh": "2023-12-25T21:16:53.772913Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:00:29.390143Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-25T21:00:33.208332Z", "last_refresh": "2023-12-25T21:16:51.243224Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-25T21:19:35.697 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:35 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: cluster 2023-12-25T21:19:34.342028+0000 mgr.smithi078.lrdjax (mgr.14180) 1162 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:35.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:19:35.807 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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-25T21:19:35.919 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f327e70235fb4b6fa3f34a414cc2cf7c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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-25T21:19:35.921 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-25T21:19:35.932 INFO:tasks.vip:Removing 10.0.15.78 (and any VIPs) on smithi078.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:19:35.932 DEBUG:teuthology.orchestra.run.smithi078:> sudo ip addr del 10.0.15.78/16 dev enp3s0f1 2023-12-25T21:19:35.945 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:35 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: cluster 2023-12-25T21:19:34.342028+0000 mgr.smithi078.lrdjax (mgr.14180) 1162 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-25T21:19:35.975 DEBUG:teuthology.orchestra.run.smithi078:> sudo ip addr del 10.0.31.78/16 dev enp3s0f1 2023-12-25T21:19:36.040 INFO:teuthology.orchestra.run.smithi078.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-25T21:19:36.041 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T21:19:36.044 INFO:tasks.vip:Removing 10.0.15.194 (and any VIPs) on smithi194.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:19:36.045 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip addr del 10.0.15.194/16 dev enp3s0f1 2023-12-25T21:19:36.098 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip addr del 10.0.31.78/16 dev enp3s0f1 2023-12-25T21:19:36.127 INFO:teuthology.orchestra.run.smithi194.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-25T21:19:36.127 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T21:19:36.128 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-25T21:19:36.139 INFO:tasks.cephadm:Teardown begin 2023-12-25T21:19:36.139 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:19:36.165 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:19:36.197 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-25T21:19:36.197 DEBUG:teuthology.orchestra.run.smithi078:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:19:36.222 DEBUG:teuthology.orchestra.run.smithi194:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:19:36.255 INFO:tasks.cephadm:Stopping all daemons... 2023-12-25T21:19:36.256 INFO:tasks.cephadm.mon.smithi078:Stopping mon.smithi078... 2023-12-25T21:19:36.256 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-03094dc8-a368-11ee-95a5-87774f69a715@mon.smithi078 2023-12-25T21:19:36.544 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:36 smithi078 systemd[1]: Stopping Ceph mon.smithi078 for 03094dc8-a368-11ee-95a5-87774f69a715... 2023-12-25T21:19:36.545 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:36 smithi078 bash[156756]: Error: no container with name or ID "ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon.smithi078" found: no such container 2023-12-25T21:19:36.545 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: audit 2023-12-25T21:19:35.418731+0000 mgr.smithi078.lrdjax (mgr.14180) 1163 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:36.545 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T21:19:36.521+0000 7f4305b4f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi078 -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-25T21:19:36.545 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:36 smithi078 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078[34283]: debug 2023-12-25T21:19:36.521+0000 7f4305b4f700 -1 mon.smithi078@0(leader) e2 *** Got Signal Terminated *** 2023-12-25T21:19:36.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:36 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: audit 2023-12-25T21:19:35.418731+0000 mgr.smithi078.lrdjax (mgr.14180) 1163 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:19:37.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Dec 25 21:19:36 smithi078 bash[156797]: ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi078 2023-12-25T21:19:37.124 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-03094dc8-a368-11ee-95a5-87774f69a715@mon.smithi078.service' 2023-12-25T21:19:37.174 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T21:19:37.174 INFO:tasks.cephadm.mon.smithi078:Stopped mon.smithi078 2023-12-25T21:19:37.175 INFO:tasks.cephadm.mon.smithi194:Stopping mon.smithi194... 2023-12-25T21:19:37.175 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-03094dc8-a368-11ee-95a5-87774f69a715@mon.smithi194 2023-12-25T21:19:37.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:37 smithi194 systemd[1]: Stopping Ceph mon.smithi194 for 03094dc8-a368-11ee-95a5-87774f69a715... 2023-12-25T21:19:37.642 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:37 smithi194 bash[58673]: Error: no container with name or ID "ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon.smithi194" found: no such container 2023-12-25T21:19:37.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T21:19:37.441+0000 7fdf791c8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi194 -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-25T21:19:37.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:37 smithi194 ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194[38275]: debug 2023-12-25T21:19:37.441+0000 7fdf791c8700 -1 mon.smithi194@1(peon) e2 *** Got Signal Terminated *** 2023-12-25T21:19:38.142 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Dec 25 21:19:37 smithi194 bash[58711]: ceph-03094dc8-a368-11ee-95a5-87774f69a715-mon-smithi194 2023-12-25T21:19:38.281 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-03094dc8-a368-11ee-95a5-87774f69a715@mon.smithi194.service' 2023-12-25T21:19:38.339 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T21:19:38.339 INFO:tasks.cephadm.mon.smithi194:Stopped mon.smithi194 2023-12-25T21:19:38.340 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 03094dc8-a368-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T21:22:47.294 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 03094dc8-a368-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T21:23:28.304 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:23:28.342 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:23:28.373 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-25T21:23:28.375 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972/remote/ubuntu@smithi078.front.sepia.ceph.com/crash 2023-12-25T21:23:28.375 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/crash -- . 2023-12-25T21:23:28.427 INFO:teuthology.orchestra.run.smithi078.stderr:tar: /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T21:23:28.428 INFO:teuthology.orchestra.run.smithi078.stderr:tar: Error is not recoverable: exiting now 2023-12-25T21:23:28.429 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972/remote/ubuntu@smithi194.front.sepia.ceph.com/crash 2023-12-25T21:23:28.430 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/crash -- . 2023-12-25T21:23:28.465 INFO:teuthology.orchestra.run.smithi194.stderr:tar: /var/lib/ceph/03094dc8-a368-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T21:23:28.465 INFO:teuthology.orchestra.run.smithi194.stderr:tar: Error is not recoverable: exiting now 2023-12-25T21:23:28.466 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-25T21:23:28.467 DEBUG:teuthology.orchestra.run.smithi078:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-25T21:23:28.499 INFO:teuthology.orchestra.run.smithi078.stderr:grep: /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-25T21:23:28.501 INFO:tasks.cephadm:Compressing logs... 2023-12-25T21:23:28.501 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T21:23:28.544 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T21:23:28.570 INFO:teuthology.orchestra.run.smithi194.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T21:23:28.571 INFO:teuthology.orchestra.run.smithi194.stderr:: No such file or directory 2023-12-25T21:23:28.571 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-25T21:23:28.572 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T21:23:28.572 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mgr.smithi194.wupjbo.log 2023-12-25T21:23:28.572 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-25T21:23:28.572 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-25T21:23:28.573 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mgr.smithi194.wupjbo.log: /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.0.log: /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi194.odvaiz.log 2023-12-25T21:23:28.574 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi194.odvaiz.log: 68.6% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi194.odvaiz.log.gz 2023-12-25T21:23:28.575 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mon.smithi194.log 2023-12-25T21:23:28.575 INFO:teuthology.orchestra.run.smithi078.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T21:23:28.575 INFO:teuthology.orchestra.run.smithi078.stderr:: No such file or directory 2023-12-25T21:23:28.576 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-25T21:23:28.576 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-25T21:23:28.576 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-25T21:23:28.576 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.5.log: /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-25T21:23:28.577 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T21:23:28.577 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mon.smithi194.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T21:23:28.577 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-25T21:23:28.577 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.4.log: 92.5% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T21:23:28.580 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.3.log: /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi078.khvzut.log 2023-12-25T21:23:28.580 INFO:teuthology.orchestra.run.smithi194.stderr: 93.2% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mgr.smithi194.wupjbo.log.gz 2023-12-25T21:23:28.581 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mgr.smithi078.lrdjax.log 2023-12-25T21:23:28.581 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi078.khvzut.log: 69.7% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi078.khvzut.log.gz 2023-12-25T21:23:28.584 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mgr.smithi078.lrdjax.log: 92.6% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T21:23:28.586 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mon.smithi078.log 2023-12-25T21:23:28.609 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mon.smithi078.log: 94.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T21:23:28.769 INFO:teuthology.orchestra.run.smithi078.stderr: 90.4% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mgr.smithi078.lrdjax.log.gz 2023-12-25T21:23:28.814 INFO:teuthology.orchestra.run.smithi194.stderr: 92.6% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mon.smithi194.log.gz 2023-12-25T21:23:29.311 INFO:teuthology.orchestra.run.smithi078.stderr: 90.5% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-mon.smithi078.log.gz 2023-12-25T21:23:29.385 INFO:teuthology.orchestra.run.smithi078.stderr: 93.1% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-25T21:23:29.523 INFO:teuthology.orchestra.run.smithi194.stderr: 93.7% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-25T21:23:29.542 INFO:teuthology.orchestra.run.smithi194.stderr: 93.3% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-25T21:23:29.564 INFO:teuthology.orchestra.run.smithi194.stderr: 93.3% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-25T21:23:29.665 INFO:teuthology.orchestra.run.smithi078.stderr: 93.5% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-25T21:23:29.737 INFO:teuthology.orchestra.run.smithi194.stderr: 93.6% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-25T21:23:29.738 INFO:teuthology.orchestra.run.smithi194.stderr: 2023-12-25T21:23:29.739 INFO:teuthology.orchestra.run.smithi194.stderr:real 0m1.179s 2023-12-25T21:23:29.739 INFO:teuthology.orchestra.run.smithi194.stderr:user 0m4.163s 2023-12-25T21:23:29.739 INFO:teuthology.orchestra.run.smithi194.stderr:sys 0m0.186s 2023-12-25T21:23:29.885 INFO:teuthology.orchestra.run.smithi078.stderr: 93.6% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-25T21:23:29.940 INFO:teuthology.orchestra.run.smithi078.stderr: 93.6% -- replaced with /var/log/ceph/03094dc8-a368-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-25T21:23:29.941 INFO:teuthology.orchestra.run.smithi078.stderr: 2023-12-25T21:23:29.941 INFO:teuthology.orchestra.run.smithi078.stderr:real 0m1.380s 2023-12-25T21:23:29.942 INFO:teuthology.orchestra.run.smithi078.stderr:user 0m5.334s 2023-12-25T21:23:29.942 INFO:teuthology.orchestra.run.smithi078.stderr:sys 0m0.214s 2023-12-25T21:23:29.942 INFO:tasks.cephadm:Archiving logs... 2023-12-25T21:23:29.942 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972/remote/ubuntu@smithi078.front.sepia.ceph.com/log 2023-12-25T21:23:29.943 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T21:23:30.741 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972/remote/ubuntu@smithi194.front.sepia.ceph.com/log 2023-12-25T21:23:30.742 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T21:23:31.364 INFO:tasks.cephadm:Removing cluster... 2023-12-25T21:23:31.365 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 03094dc8-a368-11ee-95a5-87774f69a715 --force 2023-12-25T21:23:31.741 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 03094dc8-a368-11ee-95a5-87774f69a715 --force 2023-12-25T21:23:32.124 INFO:tasks.cephadm:Removing cephadm ... 2023-12-25T21:23:32.124 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T21:23:32.142 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T21:23:32.159 INFO:tasks.cephadm:Teardown complete 2023-12-25T21:23:32.159 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-25T21:23:32.170 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_1... 2023-12-25T21:23:32.170 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_1 2023-12-25T21:23:32.318 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-25T21:23:32.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:32.321 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_2... 2023-12-25T21:23:32.321 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_2 2023-12-25T21:23:32.452 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-25T21:23:32.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:32.454 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_3... 2023-12-25T21:23:32.454 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_3 2023-12-25T21:23:32.633 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-25T21:23:32.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:32.635 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_4... 2023-12-25T21:23:32.635 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_4 2023-12-25T21:23:32.779 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-25T21:23:32.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:32.781 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-25T21:23:32.782 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/scratch_devs 2023-12-25T21:23:32.808 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_1... 2023-12-25T21:23:32.808 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_1 2023-12-25T21:23:32.940 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-25T21:23:32.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:32.942 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_2... 2023-12-25T21:23:32.942 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_2 2023-12-25T21:23:33.072 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-25T21:23:33.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:33.073 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_3... 2023-12-25T21:23:33.074 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_3 2023-12-25T21:23:33.198 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-25T21:23:33.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:33.199 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_4... 2023-12-25T21:23:33.200 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_4 2023-12-25T21:23:33.338 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-25T21:23:33.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:33.339 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-25T21:23:33.340 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/scratch_devs 2023-12-25T21:23:33.368 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-25T21:23:33.379 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-25T21:23:33.379 DEBUG:teuthology.orchestra.run.smithi078:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:23:33.381 DEBUG:teuthology.orchestra.run.smithi194:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:23:33.395 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-12-25T21:23:33.399 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T21:23:33.399 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-12-25T21:23:33.399 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 12 +302us[ +302us] +/- 79ms 2023-12-25T21:23:33.399 INFO:teuthology.orchestra.run.smithi078.stdout:^* hv02.front.sepia.ceph.com 3 6 377 15 -95us[ -93us] +/- 50ms 2023-12-25T21:23:33.400 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv03.front.sepia.ceph.com 3 8 377 83 -44us[ -50us] +/- 68ms 2023-12-25T21:23:33.400 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:23:33.425 INFO:teuthology.orchestra.run.smithi194.stderr:bash: ntpq: command not found 2023-12-25T21:23:33.429 INFO:teuthology.orchestra.run.smithi194.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T21:23:33.429 INFO:teuthology.orchestra.run.smithi194.stdout:=============================================================================== 2023-12-25T21:23:33.429 INFO:teuthology.orchestra.run.smithi194.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 19 +262us[ +267us] +/- 79ms 2023-12-25T21:23:33.429 INFO:teuthology.orchestra.run.smithi194.stdout:^* hv02.front.sepia.ceph.com 3 6 377 12 -133us[ -127us] +/- 50ms 2023-12-25T21:23:33.430 INFO:teuthology.orchestra.run.smithi194.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 15 -68us[ -63us] +/- 69ms 2023-12-25T21:23:33.430 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T21:23:33.431 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-25T21:23:33.442 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-25T21:23:33.443 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-25T21:23:33.453 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T21:23:33.519 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T21:23:33.575 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T21:23:33.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:33.607 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T21:23:33.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:33.635 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-25T21:23:33.647 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-25T21:23:33.658 INFO:teuthology.task.internal:Duration was 2092.559027 seconds 2023-12-25T21:23:33.658 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-25T21:23:33.669 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-25T21:23:33.669 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T21:23:33.671 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T21:23:33.716 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T21:23:33.722 INFO:teuthology.orchestra.run.smithi194.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T21:23:33.903 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-25T21:23:33.903 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi078.front.sepia.ceph.com 2023-12-25T21:23:33.903 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T21:23:33.925 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi194.front.sepia.ceph.com 2023-12-25T21:23:33.926 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T21:23:33.947 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-25T21:23:33.948 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T21:23:33.967 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T21:23:34.031 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-25T21:23:34.032 DEBUG:teuthology.orchestra.run.smithi078:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T21:23:34.034 DEBUG:teuthology.orchestra.run.smithi194:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T21:23:34.210 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-25T21:23:34.222 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-25T21:23:34.222 DEBUG:teuthology.orchestra.run.smithi078:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T21:23:34.249 DEBUG:teuthology.orchestra.run.smithi194:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T21:23:34.276 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-25T21:23:34.289 DEBUG:teuthology.orchestra.run.smithi078:> 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-25T21:23:34.291 DEBUG:teuthology.orchestra.run.smithi194:> 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-25T21:23:34.315 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = core 2023-12-25T21:23:34.342 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = core 2023-12-25T21:23:34.364 DEBUG:teuthology.orchestra.run.smithi078:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T21:23:34.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:34.402 DEBUG:teuthology.orchestra.run.smithi194:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T21:23:34.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:23:34.421 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-25T21:23:34.433 INFO:teuthology.task.internal:Transferring archived files... 2023-12-25T21:23:34.433 DEBUG:teuthology.misc:Transferring archived files from smithi078:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972/remote/smithi078 2023-12-25T21:23:34.434 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T21:23:34.483 DEBUG:teuthology.misc:Transferring archived files from smithi194:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972/remote/smithi194 2023-12-25T21:23:34.484 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T21:23:34.519 INFO:teuthology.task.internal:Removing archive directory... 2023-12-25T21:23:34.520 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T21:23:34.522 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T21:23:34.571 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-25T21:23:34.584 INFO:teuthology.task.internal:Not uploading archives. 2023-12-25T21:23:34.584 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-25T21:23:34.595 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-25T21:23:34.595 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T21:23:34.598 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T21:23:34.612 INFO:teuthology.orchestra.run.smithi078.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 21:23 /home/ubuntu/cephtest 2023-12-25T21:23:34.628 INFO:teuthology.orchestra.run.smithi194.stdout: 262158 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 21:23 /home/ubuntu/cephtest 2023-12-25T21:23:34.629 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-25T21:23:34.641 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-25T21:23:34.667 INFO:teuthology.nuke:Checking targets against current locks 2023-12-25T21:23:34.696 DEBUG:teuthology.nuke:shortname: smithi078 2023-12-25T21:23:34.696 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:23:34.719 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 20:43:14.781158', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNaw4ROcnwWxEYx4Xj/y5EOr9akPSOYc0VGoavwc1WQ5xv0MdOOBUIQrsbHmgEo+3lTz5cKfMEOYkTvfusUdza0='} 2023-12-25T21:23:34.722 DEBUG:teuthology.nuke:shortname: smithi194 2023-12-25T21:23:34.722 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:23:34.742 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500972', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-25 20:43:14.779558', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIt0VQFl0GD4JTOPbVILCUNIuNXckvZGkz6DBOR/jt4eWWF7fWOqEG3SYaFepJS3JVW9/Q+TWgLluIp4lJD3l9E='} 2023-12-25T21:23:34.772 INFO:teuthology.orchestra.console.smithi078:Power off 2023-12-25T21:23:34.773 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T21:23:34.796 DEBUG:teuthology.orchestra.console.smithi078:power off output: Chassis Power Control: Down/Off 2023-12-25T21:23:34.796 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:23:34.812 INFO:teuthology.orchestra.console.smithi194:Power off 2023-12-25T21:23:34.812 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T21:23:34.822 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-12-25T21:23:34.834 DEBUG:teuthology.orchestra.console.smithi194:power off output: Chassis Power Control: Down/Off 2023-12-25T21:23:34.835 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:23:34.857 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-12-25T21:23:38.823 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:23:38.858 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:23:38.934 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-12-25T21:23:38.973 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-12-25T21:23:42.939 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:23:42.974 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:23:43.049 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-12-25T21:23:43.084 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-12-25T21:23:47.055 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:23:47.086 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:23:47.165 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is off 2023-12-25T21:23:47.194 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is off 2023-12-25T21:23:47.267 INFO:teuthology.orchestra.console.smithi078:Power off completed 2023-12-25T21:23:47.294 INFO:teuthology.orchestra.console.smithi194:Power off completed 2023-12-25T21:23:47.398 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 2092.559027194977 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f327e70235fb4b6fa3f34a414cc2cf7c status: fail success: false 2023-12-25T21:23:47.399 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T21:23:47.485 INFO:teuthology.run:FAIL